mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
use -D__USE_W32API for tgetopt
svn path=/trunk/; revision=14416
This commit is contained in:
parent
a8708688d2
commit
af98825fd6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ TARGET_TYPE = library
|
|||
TARGET_NAME = tgetopt
|
||||
|
||||
# require os code to explicitly request A/W version of structs/functions
|
||||
TARGET_CFLAGS += -D_DISABLE_TIDENTS
|
||||
TARGET_CFLAGS += -D__USE_W32API -D_DISABLE_TIDENTS
|
||||
|
||||
TARGET_OBJECTS = getopt.o _wgetopt.o
|
||||
|
||||
|
|
Loading…
Reference in a new issue