From 3f2d0a1c8d6577c71aa2938119441c1114331e71 Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Sat, 18 Aug 2007 13:21:31 +0000 Subject: [PATCH] Use typedefs64.h in wmc instead of defining the types in the Makefile. The definition of wchar_t can also be removed as this type is defined in windef.h if it was not defined before. svn path=/trunk/; revision=28395 --- reactos/tools/wmc/wmc.mak | 4 ---- reactos/tools/wmc/wmctypes.h | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/reactos/tools/wmc/wmc.mak b/reactos/tools/wmc/wmc.mak index 17091971e83..fa3800326ba 100644 --- a/reactos/tools/wmc/wmc.mak +++ b/reactos/tools/wmc/wmc.mak @@ -32,10 +32,6 @@ WMC_OBJECTS = \ WMC_HOST_CFLAGS = -I$(WMC_BASE) $(TOOLS_CFLAGS) \ -D__USE_W32API -DWINE_UNICODE_API= -I$(UNICODE_BASE) \ - -DDWORD="unsigned int" -DDWORD_DEFINED \ - -DLONG="int" -DULONG="unsigned int" \ - -DPULONG="unsigned int *" -DLONG_DEFINED \ - -Dwchar_t="unsigned short" -D_WCHAR_T_DEFINED \ -Iinclude/reactos/wine -Iinclude/reactos -Iinclude -Iinclude/psdk WMC_HOST_LFLAGS = $(TOOLS_LFLAGS) diff --git a/reactos/tools/wmc/wmctypes.h b/reactos/tools/wmc/wmctypes.h index 2f8e02a08ee..09c1b7dc170 100644 --- a/reactos/tools/wmc/wmctypes.h +++ b/reactos/tools/wmc/wmctypes.h @@ -22,6 +22,7 @@ #define __WMC_WMCTYPES_H #include +#include #include "windef.h" #include "winbase.h"