mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
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
This commit is contained in:
parent
ddf6aa9ca0
commit
3f2d0a1c8d
2 changed files with 1 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#define __WMC_WMCTYPES_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <typedefs64.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue