X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsettings.h;h=efd1306646a3564d820f5265da03d3eb923f7912;hb=62587015fb12ec54b1702bfa17077e4b8af44b19;hp=8c2d226821e9fecd5d0c0bc01190fd454805567b;hpb=682e81f3a2f0693f60e6fb50426fb6367fd373db;p=virtualjaguar diff --git a/src/settings.h b/src/settings.h index 8c2d226..efd1306 100644 --- a/src/settings.h +++ b/src/settings.h @@ -10,7 +10,11 @@ #include #define MAX_PATH _POSIX_PATH_MAX #else -#include // for MAX_PATH on MinGW/Darwin +#include // for MAX_PATH on MinGW/Darwin +// Kludge for Win64 +#ifndef MAX_PATH +#define MAX_PATH _MAX_PATH // Urgh. +#endif #endif #include @@ -19,8 +23,8 @@ struct VJSettings { bool useJoystick; - int32_t joyport; // Joystick port - bool hardwareTypeNTSC; // Set to false for PAL + int32_t joyport; // Joystick port + bool hardwareTypeNTSC; // Set to false for PAL bool useJaguarBIOS; bool GPUEnabled; bool DSPEnabled;