From 50bb4a925e3e8b3c2bcc2d7c1a16069e0cda84b4 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Thu, 16 Feb 2012 17:02:28 +0000 Subject: [PATCH] [CABMAN] Fix Windows build svn path=/trunk/; revision=55640 --- reactos/tools/cabman/cabinet.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/tools/cabman/cabinet.h b/reactos/tools/cabman/cabinet.h index cf62ae91157..5179329186c 100644 --- a/reactos/tools/cabman/cabinet.h +++ b/reactos/tools/cabman/cabinet.h @@ -16,10 +16,11 @@ #include #include #include +#endif + #ifndef MAX_PATH #define MAX_PATH 260 #endif -#endif #include #include