mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:33:10 +00:00
allow UNICODE=0 builds
svn path=/trunk/; revision=7365
This commit is contained in:
parent
1558a94775
commit
76706d5835
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ RCFLAGS += -DNDEBUG
|
|||
LFLAGS += -s
|
||||
endif
|
||||
|
||||
ifeq ($(ifdef UNICODE),1)
|
||||
ifeq ($(UNICODE),1)
|
||||
CFLAGS += -DUNICODE
|
||||
# LFLAGS+= -Wl,--entry,_wWinMain@16
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue