mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 04:50:34 +05:00
MSVC adaption
This commit is contained in:
parent
6222d32e34
commit
ff3eaf1119
@ -9,7 +9,7 @@
|
||||
extern int id;
|
||||
extern int ntasks;
|
||||
#endif
|
||||
extern int printmessage_importance;
|
||||
DLL_HEADER extern int printmessage_importance;
|
||||
|
||||
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
// #include <iostream>
|
||||
/** output stream for testing.
|
||||
testout is opened by main */
|
||||
extern ostream * testout;
|
||||
DLL_HEADER extern ostream * testout;
|
||||
|
||||
/** use instead of cout */
|
||||
extern ostream * mycout;
|
||||
|
@ -24,6 +24,15 @@
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef WIN32
|
||||
#define DLL_HEADER __declspec(dllexport)
|
||||
#else
|
||||
#define DLL_HEADER
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
#define noDEMOVERSION
|
||||
#define noDEVELOP
|
||||
#define noSTEP
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,6 @@
|
||||
|
||||
namespace netgen
|
||||
{
|
||||
|
||||
int printmessage_importance = 5;
|
||||
int printwarnings = 1;
|
||||
int printerrors = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user