mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 21:40:33 +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
|
||||
#endif
|
||||
|
||||
#ifdef TESTWITHOUTWIN
|
||||
/*** Windows headers ***/
|
||||
#ifdef _MSC_VER
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
@ -63,11 +62,7 @@ namespace metis { extern "C" {
|
||||
# include <windows.h>
|
||||
# undef WIN32_LEAN_AND_MEAN
|
||||
# include <winnt.h>
|
||||
|
||||
#else // Not using MC VC++
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user