From e9ee45024c37975a1eb0f48b87757ada1edeb557 Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Sat, 10 Feb 2024 20:52:45 +0100 Subject: [PATCH] include windows.h back to mystdlib --- libsrc/include/mystdlib.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libsrc/include/mystdlib.h b/libsrc/include/mystdlib.h index 71843a72..a538b6da 100644 --- a/libsrc/include/mystdlib.h +++ b/libsrc/include/mystdlib.h @@ -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 # undef WIN32_LEAN_AND_MEAN # include - #else // Not using MC VC++ - - -#endif #endif