mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
use -D__USE_W32API
svn path=/trunk/; revision=14511
This commit is contained in:
parent
785882957e
commit
c6779bb5c2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ TARGET_SDKLIBS = ntdll.a
|
||||||
|
|
||||||
TARGET_OBJECTS = $(TARGET_NAME).o
|
TARGET_OBJECTS = $(TARGET_NAME).o
|
||||||
|
|
||||||
#TARGET_GCCLIBS = iberty
|
TARGET_CFLAGS = -D__USE_W32API
|
||||||
|
|
||||||
include $(PATH_TO_TOP)/rules.mak
|
include $(PATH_TO_TOP)/rules.mak
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue