mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Remove obsolete "Windows compatibility" macros
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user