Skip to content
Snippets Groups Projects
Commit 7a268aa1 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 2e34ef4a
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ void GMSH_PluginManager::RegisterDefaultPlugins() ...@@ -77,7 +77,7 @@ void GMSH_PluginManager::RegisterDefaultPlugins()
void GMSH_PluginManager::AddPlugin( char *dirName, char *pluginName) void GMSH_PluginManager::AddPlugin( char *dirName, char *pluginName)
{ {
#if ( defined(WIN32) && !defined(__CYGWIN__) ) || defined(_NODLL) ) #if ( defined(WIN32) && !defined(__CYGWIN__) ) || defined(_NODLL)
Msg(WARNING,"Plugins not yet implemented for WIN32 native compiler"); Msg(WARNING,"Plugins not yet implemented for WIN32 native compiler");
return; return;
#else #else
......
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