[CABMAN]
authorThomas Faber <thomas.faber@reactos.org>
Fri, 17 Feb 2012 08:26:33 +0000 (08:26 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Fri, 17 Feb 2012 08:26:33 +0000 (08:26 +0000)
- Fix MSVC build

svn path=/trunk/; revision=55668

reactos/tools/cabman/cabinet.h

index 9a1b6af..fcf5177 100644 (file)
 #include <string.h>
 #include <limits.h>
 
+#ifndef PATH_MAX
+#define PATH_MAX MAX_PATH
+#endif
+
 #if defined(_WIN32)
 #define DIR_SEPARATOR_CHAR '\\'
 #define DIR_SEPARATOR_STRING "\\"