msvc6+psdk fix
Modified: trunk/reactos/tools/rbuild/pch.h
_____
Modified: trunk/reactos/tools/rbuild/pch.h
--- trunk/reactos/tools/rbuild/pch.h 2005-10-20 14:05:27 UTC (rev
18629)
+++ trunk/reactos/tools/rbuild/pch.h 2005-10-20 14:10:23 UTC (rev
18630)
@@ -27,11 +27,15 @@
#include <map>
#include <set>
+#ifdef WIN32
+#include <windows.h>
+#ifndef MAX_PATH
+#define MAX_PATH _MAX_PATH
+#endif//MAX_PATH
+#endif//WIN32
+
#include <stdarg.h>
-#ifdef _MSC_VER
-#define MAX_PATH _MAX_PATH
-#endif
#ifndef WIN32
#include <string.h>
Show replies by date