Author: cfinck
Date: Sat Aug 18 17:09:55 2007
New Revision: 28394
URL:
http://svn.reactos.org/svn/reactos?rev=28394&view=rev
Log:
Also use typedefs64.h in wrc instead of defining the types in the Makefile.
Modified:
trunk/reactos/tools/wrc/wrc.mak
trunk/reactos/tools/wrc/wrctypes.h
Modified: trunk/reactos/tools/wrc/wrc.mak
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/wrc/wrc.mak?rev=2839…
==============================================================================
--- trunk/reactos/tools/wrc/wrc.mak (original)
+++ trunk/reactos/tools/wrc/wrc.mak Sat Aug 18 17:09:55 2007
@@ -54,9 +54,6 @@
WRC_HOST_CFLAGS = -I$(WRC_BASE) $(TOOLS_CFLAGS) \
-D__USE_W32API -DWINE_UNICODE_API= \
- -DDWORD="unsigned int" -DDWORD_DEFINED \
- -DLONG="int" -DULONG="unsigned int" \
- -DPULONG="unsigned int *" -DLONG_DEFINED \
-Dwchar_t="unsigned short" -D_WCHAR_T_DEFINED \
-I$(UNICODE_BASE) -I$(WPP_BASE) \
-Iinclude/reactos/wine -Iinclude/reactos -Iinclude -Iinclude/psdk
Modified: trunk/reactos/tools/wrc/wrctypes.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/wrc/wrctypes.h?rev=2…
==============================================================================
--- trunk/reactos/tools/wrc/wrctypes.h (original)
+++ trunk/reactos/tools/wrc/wrctypes.h Sat Aug 18 17:09:55 2007
@@ -22,6 +22,7 @@
#define __WRC_WRCTYPES_H
#include <stdarg.h>
+#include <typedefs64.h>
#include "windef.h"
#include "winbase.h"