mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
small fix (nw)
This commit is contained in:
parent
d9510ed04d
commit
5649dce497
@ -6,7 +6,7 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#if defined(OSD_WINDOWS) || (SDLMAME_WIN32)
|
||||
#if defined(OSD_WINDOWS) || defined(SDLMAME_WIN32)
|
||||
// standard windows headers
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
Loading…
Reference in New Issue
Block a user