Remove obsolete "Windows compatibility" macros

This commit is contained in:
Silent
2019-10-06 20:26:31 +02:00
parent 689378b435
commit 45890c20cf
3 changed files with 4 additions and 7 deletions

View File

@ -30,12 +30,6 @@ struct CrtDebugBreak
#endif
// Windows compatibility
#ifndef _WIN32
#include <limits.h>
#define MAX_PATH PATH_MAX
#endif
#ifdef _MSC_VER
#define __getcwd _getcwd
#define __chdir _chdir