[ros-diffs] [cfinck] 28396: 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)
cfinck at svn.reactos.org
cfinck at svn.reactos.org
Sat Aug 18 15:46:12 CEST 2007
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=28396&r1=28395&r2=28396&view=diff
==============================================================================
--- 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>
More information about the Ros-diffs
mailing list