From 3fec97b52e810145169499657a2be487f751e313 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Fri, 17 Feb 2012 08:26:33 +0000 Subject: [PATCH] [CABMAN] - Fix MSVC build svn path=/trunk/; revision=55668 --- reactos/tools/cabman/cabinet.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/tools/cabman/cabinet.h b/reactos/tools/cabman/cabinet.h index 9a1b6af7aa1..fcf51778824 100644 --- a/reactos/tools/cabman/cabinet.h +++ b/reactos/tools/cabman/cabinet.h @@ -23,6 +23,10 @@ #include #include +#ifndef PATH_MAX +#define PATH_MAX MAX_PATH +#endif + #if defined(_WIN32) #define DIR_SEPARATOR_CHAR '\\' #define DIR_SEPARATOR_STRING "\\"