change CHDIR definition conditions

This commit is contained in:
Anhijkt
2024-11-23 19:04:12 +02:00
parent 37793be6eb
commit d93704a154
+1 -1
View File
@@ -463,7 +463,7 @@
*/ */
#define INSURANCE /* allow crashed game recovery */ #define INSURANCE /* allow crashed game recovery */
#ifndef MAC #if !defined(MAC) && !defined(SHIM_GRAPHICS)
#define CHDIR /* delete if no chdir() available */ #define CHDIR /* delete if no chdir() available */
#endif #endif