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

fix win compile

parent 3a5a1a4b
No related branches found
No related tags found
No related merge requests found
This directory contains Joachim Sch\"oberl's NETGEN mesh generator:
- the libsrc and nglib directories are unmodified copies taken from
The libsrc and nglib directories are unmodified copies taken from
svn co https://netgen-mesher.svn.sourceforge.net/svnroot/netgen-mesher
(SVN rev. 469)
- the nglib_gmsh.cpp file replaces the original nglib/nglib.cpp file
(SVN rev. 469), with the following exceptions:
* dllexport/dllimport directives have been removed from nglib/nglib.h
* nglib_gmsh.cpp file replaces the original nglib/nglib.cpp file
See the LICENSE file for license information.
......@@ -23,7 +23,8 @@
// Philippose - 14.02.2009
// Modifications for creating a DLL in Windows
#ifdef WIN32
//#ifdef WIN32
#if 0 // for GMSH
#ifdef NGLIB_EXPORTS || nglib_EXPORTS
#define DLL_HEADER __declspec(dllexport)
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment