mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
MSVC fixes (nw)
This commit is contained in:
parent
78667dfcb4
commit
a43dcda2c2
@ -179,7 +179,7 @@ CCOMFLAGS += /wd4350
|
||||
LDFLAGS += /ENTRY:wmainCRTStartup
|
||||
|
||||
# add some VC++-specific defines
|
||||
DEFS += -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DXML_STATIC -Dsnprintf=_snprintf
|
||||
DEFS += -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DXML_STATIC -Dsnprintf=_snprintf -DWIN32
|
||||
|
||||
OSDCLEAN = msvcclean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user