mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
add -D_WIN32_IE=0x0400 (needed for some structs in mingw headers)
This commit is contained in:
parent
b397c30178
commit
da60e6211c
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ CELIBS = -L${CEOPT_ROOT}/${CE_ARCH}/lib/ -lws2
|
|||
endif
|
||||
TARGET_OS_DEF = -DTARGET_OS_WINCE
|
||||
STANDALONE = -DXWFEATURE_STANDALONE_ONLY
|
||||
CFLAGS += -D_WIN32_WCE=400 -DUNDER_CE -DMY_COLOR_SEL \
|
||||
CFLAGS += -D_WIN32_WCE=400 -D_WIN32_IE=0x0400 -DUNDER_CE -DMY_COLOR_SEL \
|
||||
$(STANDALONE) $(USE_RAW_MINGW) -DDRAW_LINK_DIRECT \
|
||||
-fdollars-in-identifiers -D__W32API_USE_DLLIMPORT__
|
||||
RESFLAGS += -DMY_COLOR_SEL -D_WIN32_WCE=400
|
||||
|
|
Loading…
Add table
Reference in a new issue