mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
__USE_W32API
svn path=/trunk/; revision=14433
This commit is contained in:
parent
afa13639b8
commit
5875f60018
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ TARGET_TYPE = library
|
|||
TARGET_NAME = epsapi
|
||||
|
||||
# require os code to explicitly request A/W version of structs/functions
|
||||
TARGET_CFLAGS += -D_DISABLE_TIDENTS -Werror -Wall
|
||||
TARGET_CFLAGS += -D__USE_W32API -D_DISABLE_TIDENTS -Werror -Wall
|
||||
|
||||
TARGET_OBJECTS = \
|
||||
enum/drivers.o \
|
||||
|
|
Loading…
Reference in a new issue