include windows.h back to mystdlib

This commit is contained in:
Joachim Schoeberl 2024-02-10 20:52:45 +01:00
parent 3a2e3fa901
commit e9ee45024c

View File

@ -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