mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Core: Remove function-redefinitions for Windows (for now) - we'll sort this out later
--HG-- branch : trunk
This commit is contained in:
@@ -75,18 +75,6 @@
|
||||
|
||||
#if PLATFORM == PLATFORM_WINDOWS
|
||||
#define STRCASECMP stricmp
|
||||
#define stricmp _stricmp
|
||||
#define putenv _putenv
|
||||
#define access _access
|
||||
#define chdir _chdir
|
||||
#define rmdir _rmdir
|
||||
#define getcwd _getcwd
|
||||
#define swab _swab
|
||||
#define unlnk _unlink
|
||||
#define mkdir _mkdir
|
||||
#define tempnam _tempnam
|
||||
#define strdup _strdup
|
||||
#define fdopen _fdopen
|
||||
#else
|
||||
#define STRCASECMP strcasecmp
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user