Remove obsolete "Windows compatibility" macros

This commit is contained in:
Silent 2019-10-06 20:26:31 +02:00
commit 45890c20cf
No known key found for this signature in database
GPG key ID: AE53149BB0C45AF1
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