allow UNICODE=0 builds

svn path=/trunk/; revision=7365
This commit is contained in:
Martin Fuchs 2003-12-31 11:45:33 +00:00
parent 1558a94775
commit 76706d5835

View file

@ -38,7 +38,7 @@ RCFLAGS += -DNDEBUG
LFLAGS += -s LFLAGS += -s
endif endif
ifeq ($(ifdef UNICODE),1) ifeq ($(UNICODE),1)
CFLAGS += -DUNICODE CFLAGS += -DUNICODE
# LFLAGS+= -Wl,--entry,_wWinMain@16 # LFLAGS+= -Wl,--entry,_wWinMain@16
endif endif