X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fpathmax.h;h=7052e6a84e90db90ec8186fa748042f9e311283b;hb=92249085071a973e2c0621b0415b93d2e48bb00d;hp=1eafb49d52e97afa52334b92b0e026cfd5979449;hpb=a2f84200a3642c51afc3fad750ea264ac120bcd1;p=debian%2Fgzip diff --git a/lib/pathmax.h b/lib/pathmax.h index 1eafb49..7052e6a 100644 --- a/lib/pathmax.h +++ b/lib/pathmax.h @@ -65,7 +65,7 @@ # define PATH_MAX 1024 # endif -# if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ +# if defined _WIN32 && ! defined __CYGWIN__ /* The page "Naming Files, Paths, and Namespaces" on msdn.microsoft.com, section "Maximum Path Length Limitation",