define _MAX_PATH as well
Modified: branches/xmlbuildsystem/reactos/tools/rbuild/pch.h
--- branches/xmlbuildsystem/reactos/tools/rbuild/pch.h 2005-02-08 22:23:05 UTC (rev 13471) +++ branches/xmlbuildsystem/reactos/tools/rbuild/pch.h 2005-02-08 22:50:55 UTC (rev 13472) @@ -34,6 +34,7 @@
#define _isnan __isnan #define stricmp strcasecmp #define MAX_PATH PATH_MAX
+#define _MAX_PATH PATH_MAX
#endif #endif//PCH_H