remove wrong and unnecessary #define
This fixes builds with clang on windows.
This commit is contained in:
parent
38561b5713
commit
c886b6a16d
|
@ -38,7 +38,6 @@ extern "C" {
|
||||||
#else // _WIN32
|
#else // _WIN32
|
||||||
#include <direct.h>
|
#include <direct.h>
|
||||||
#define GETCWD _getcwd
|
#define GETCWD _getcwd
|
||||||
#define snprintf sprintf
|
|
||||||
#define stat _stat
|
#define stat _stat
|
||||||
#define mkdir(X,Y) (_mkdir(X))
|
#define mkdir(X,Y) (_mkdir(X))
|
||||||
// from: https://www.linuxquestions.org/questions/programming-9/porting-to-win32-429334/
|
// from: https://www.linuxquestions.org/questions/programming-9/porting-to-win32-429334/
|
||||||
|
|
Loading…
Reference in New Issue