From dfd35d3e27fadcd2011665872576f26cab163837 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 27 May 2019 17:02:38 +0200 Subject: [PATCH] baseapi: Remove old code The workaround is no longer needed because _splitpath and _MAX_FNAME were removed in commit cc0d87c5b846fc526fdd8f8e5830361da4081186. Signed-off-by: Stefan Weil --- src/api/baseapi.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/api/baseapi.cpp b/src/api/baseapi.cpp index 9dcfcd1082..d5a44b2c01 100644 --- a/src/api/baseapi.cpp +++ b/src/api/baseapi.cpp @@ -29,10 +29,6 @@ #endif #if defined(_WIN32) -#if defined(__MINGW32__) -// workaround for stdlib.h with -std=c++11 for _splitpath and _MAX_FNAME -#undef __STRICT_ANSI__ -#endif // __MINGW32__ #include #include #else