From ddf6aa9ca061b300d50f77222c98694f4c449d70 Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Sat, 18 Aug 2007 13:09:55 +0000 Subject: [PATCH] Also use typedefs64.h in wrc instead of defining the types in the Makefile. svn path=/trunk/; revision=28394 --- reactos/tools/wrc/wrc.mak | 3 --- reactos/tools/wrc/wrctypes.h | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/reactos/tools/wrc/wrc.mak b/reactos/tools/wrc/wrc.mak index bad162398dc..90c978aa8d6 100644 --- a/reactos/tools/wrc/wrc.mak +++ b/reactos/tools/wrc/wrc.mak @@ -54,9 +54,6 @@ WRC_OBJECTS = \ 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 diff --git a/reactos/tools/wrc/wrctypes.h b/reactos/tools/wrc/wrctypes.h index f81e79367f4..370cdcb4623 100644 --- a/reactos/tools/wrc/wrctypes.h +++ b/reactos/tools/wrc/wrctypes.h @@ -22,6 +22,7 @@ #define __WRC_WRCTYPES_H #include +#include #include "windef.h" #include "winbase.h"