Author: cfinck
Date: Sat Aug 18 17:46:12 2007
New Revision: 28396
URL:
http://svn.reactos.org/svn/reactos?rev=28396&view=rev
Log:
Fix cabman build breakage, when compiling it on Windows hosts with GCC
(this is true, other tested build configurations did not make any problems :-P)
Modified:
trunk/reactos/tools/cabman/cabinet.h
Modified: trunk/reactos/tools/cabman/cabinet.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/cabman/cabinet.h?rev…
==============================================================================
--- trunk/reactos/tools/cabman/cabinet.h (original)
+++ trunk/reactos/tools/cabman/cabinet.h Sat Aug 18 17:46:12 2007
@@ -16,11 +16,14 @@
#include <time.h>
#include <typedefs64.h>
typedef unsigned short USHORT, *PUSHORT;
-#define _W64
#include <unistd.h>
#ifndef MAX_PATH
#define MAX_PATH 260
#endif
+#endif
+
+#ifndef _W64
+#define _W64
#endif
#include <stdlib.h>