Skip to content
Snippets Groups Projects
Commit fe020539 authored by Toni G's avatar Toni G
Browse files

voodoo attempt to remove extern from stuff which is not extern

parent 8347bf5d
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ BOOL APIENTRY DllMain( HANDLE hModule,
//TONI Plumed mod: never "extern", C++ namespace
/** define plugin linkage correctly for both C and C++ based plugins */
#define VMDPLUGIN_EXTERN extern VMDPLUGIN_API
#define VMDPLUGIN_EXTERN VMDPLUGIN_API
/*
* Plugin API functions start here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment