Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
baseapi: Remove old code
The workaround is no longer needed because _splitpath and _MAX_FNAME
were removed in commit cc0d87c.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jun 23, 2019
1 parent dd261e8 commit dfd35d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/api/baseapi.cpp
Expand Up @@ -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
Expand Down

0 comments on commit dfd35d3

Please sign in to comment.