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

more win32 fixes

parent d2c3b265
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,13 @@
This directory contains Joachim Sch\"oberl's NETGEN mesh generator:
The libsrc and nglib directories are unmodified copies taken from
svn co https://netgen-mesher.svn.sourceforge.net/svnroot/netgen-mesher
(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
"svn co https://netgen-mesher.svn.sourceforge.net/svnroot/netgen-mesher"
(svn revision 469), with the following exceptions:
* dllexport/dllimport directives have been removed from
nglib/nglib.h
libsrc/interface/nginterface.h
libsrc/interface/mydefs.hpp
* nglib_gmsh.cpp reimplements parts of nglib/nglib.cpp
See the LICENSE file for license information.
......@@ -24,7 +24,7 @@
#endif
#ifdef WIN32
#if 0 // GMSH #ifdef WIN32
#if NGINTERFACE_EXPORTS || NGLIB_EXPORTS || nglib_EXPORTS
#define DLL_HEADER __declspec(dllexport)
#else
......
......@@ -16,7 +16,7 @@
*/
#ifdef WIN32
#if 0 // GMSH #ifdef WIN32
#if NGINTERFACE_EXPORTS || NGLIB_EXPORTS || nglib_EXPORTS
#define DLL_HEADER __declspec(dllexport)
#else
......
......@@ -23,8 +23,7 @@
// Philippose - 14.02.2009
// Modifications for creating a DLL in Windows
//#ifdef WIN32
#if 0 // for GMSH
#if 0 // GMSH #ifdef WIN32
#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