src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
[fw/sdcc] / src / SDCCglobl.h
index d10b1938b67af6f286b69c3c24870bddde540700..947156f9e0ff40fa169ef4339c721ab5414961ff 100644 (file)
 #include "sdccconf.h"
 #else
 #include "sdcc_vc.h"
+#define PATH_MAX                _MAX_PATH
 #endif
 #define DIR_SEPARATOR_CHAR     DOS_DIR_SEPARATOR_CHAR
 #define DIR_SEPARATOR_STRING   DOS_DIR_SEPARATOR_STRING
-#define PATH_MAX                _MAX_PATH
 
 #else               /* Assume Un*x style system */