mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
include windows.h back to mystdlib
This commit is contained in:
parent
3a2e3fa901
commit
e9ee45024c
@ -49,7 +49,6 @@ namespace metis { extern "C" {
|
|||||||
#define M_PI 3.14159265358979323846
|
#define M_PI 3.14159265358979323846
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef TESTWITHOUTWIN
|
|
||||||
/*** Windows headers ***/
|
/*** Windows headers ***/
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
# define WIN32_LEAN_AND_MEAN
|
# define WIN32_LEAN_AND_MEAN
|
||||||
@ -63,11 +62,7 @@ namespace metis { extern "C" {
|
|||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
# undef WIN32_LEAN_AND_MEAN
|
# undef WIN32_LEAN_AND_MEAN
|
||||||
# include <winnt.h>
|
# include <winnt.h>
|
||||||
|
|
||||||
#else // Not using MC VC++
|
#else // Not using MC VC++
|
||||||
|
|
||||||
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user