mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
Remove obsolete "Windows compatibility" macros
This commit is contained in:
parent
689378b435
commit
45890c20cf
3 changed files with 4 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue