From cc6395f4b14abc68ad1f7195add10f87cc7c2c42 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Thu, 16 Feb 2012 17:13:38 +0000 Subject: [PATCH] [CABMAN] Attempt to fix 2. MAX_PATH shouldn't be defined/used any longer svn path=/trunk/; revision=55641 --- reactos/tools/cabman/cabinet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/tools/cabman/cabinet.h b/reactos/tools/cabman/cabinet.h index 5179329186c..9124b8d9759 100644 --- a/reactos/tools/cabman/cabinet.h +++ b/reactos/tools/cabman/cabinet.h @@ -16,15 +16,15 @@ #include #include #include -#endif - #ifndef MAX_PATH #define MAX_PATH 260 #endif +#endif #include #include #include +#include #if defined(_WIN32) #define DIR_SEPARATOR_CHAR '\\'