mirror of
https://github.com/holub/mame
synced 2025-05-21 13:18:56 +03:00
fixed building with Visual Studio 11 RC
This commit is contained in:
parent
f41a9103bd
commit
d52292616e
@ -166,6 +166,9 @@ CPPONLYFLAGS += /wd4548
|
||||
# disable macro redefinition warning
|
||||
CCOMFLAGS += /wd4005
|
||||
|
||||
# disable behavior change: 'member1' called instead of 'member2' warning
|
||||
CCOMFLAGS += /wd4350
|
||||
|
||||
# explicitly set the entry point for UNICODE builds
|
||||
LDFLAGS += /ENTRY:wmainCRTStartup
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user