MAX_PATH is PATH_MAX on Posix
authorSteven Edwards <winehacker@gmail.com>
Wed, 2 Feb 2005 20:10:14 +0000 (20:10 +0000)
committerSteven Edwards <winehacker@gmail.com>
Wed, 2 Feb 2005 20:10:14 +0000 (20:10 +0000)
svn path=/branches/xmlbuildsystem/; revision=13388

reactos/tools/rbuild/pch.h

index 499db06..c46abbc 100644 (file)
@@ -29,6 +29,7 @@ inline char* strlwr ( char* str )
 #define _finite __finite\r
 #define _isnan __isnan\r
 #define stricmp strcasecmp\r
+#define MAX_PATH PATH_MAX \r
 #endif\r
 \r
 #endif//PCH_H\r