X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=blobdiff_plain;f=source%2Fgles2glide64%2Fsrc%2FGlide64%2FIni.cpp;h=2ff23ba65c8c44d67660e7885898f29d8ea26c01;hp=b6ab0b0fbb4ff805dff0e746bbf5aef1dae66505;hb=2d26287291331f2b1793a8e76ede08c75654fb7c;hpb=01d8ca6fb06a8261602900cab63c61e5a1b143c9 diff --git a/source/gles2glide64/src/Glide64/Ini.cpp b/source/gles2glide64/src/Glide64/Ini.cpp index b6ab0b0..2ff23ba 100755 --- a/source/gles2glide64/src/Glide64/Ini.cpp +++ b/source/gles2glide64/src/Glide64/Ini.cpp @@ -59,6 +59,9 @@ #define PATH_MAX _MAX_PATH #define stricmp _stricmp #endif +#ifndef PATH_MAX + #define PATH_MAX 4096 +#endif FILE *ini; int sectionstart;