Also use typedefs64.h in wrc instead of defining the types in the Makefile.

svn path=/trunk/; revision=28394
This commit is contained in:
Colin Finck 2007-08-18 13:09:55 +00:00
parent 2ebabda1fb
commit ddf6aa9ca0
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -22,6 +22,7 @@
#define __WRC_WRCTYPES_H
#include <stdarg.h>
#include <typedefs64.h>
#include "windef.h"
#include "winbase.h"