baseapi: Remove old code

The workaround is no longer needed because _splitpath and _MAX_FNAME
were removed in commit cc0d87c5b8.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2019-05-27 17:02:38 +02:00
parent dd261e8d42
commit dfd35d3e27

View File

@ -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 <fcntl.h>
#include <io.h>
#else