mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
dll exports
This commit is contained in:
parent
7c088f5f6f
commit
be7164016e
@ -25,7 +25,7 @@
|
||||
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef NGINTERFACE_EXPORTS
|
||||
#if NGINTERFACE_EXPORTS || NGLIB_EXPORTS || nglib_EXPORTS
|
||||
#define DLL_HEADER __declspec(dllexport)
|
||||
#else
|
||||
#define DLL_HEADER __declspec(dllimport)
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef NGINTERFACE_EXPORTS
|
||||
#if NGINTERFACE_EXPORTS || NGLIB_EXPORTS || nglib_EXPORTS
|
||||
#define DLL_HEADER __declspec(dllexport)
|
||||
#else
|
||||
#define DLL_HEADER __declspec(dllimport)
|
||||
|
Loading…
Reference in New Issue
Block a user