parent
1d42db2439
commit
867df74b52
|
@ -64,11 +64,9 @@ extern const char *netplay_dolphin_ver;
|
|||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define __strdup _strdup
|
||||
#define __getcwd _getcwd
|
||||
#define __chdir _chdir
|
||||
#else
|
||||
#define __strdup strdup
|
||||
#define __getcwd getcwd
|
||||
#define __chdir chdir
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue