mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
fix compile on non-windows platforms (nw)
This commit is contained in:
parent
beee413770
commit
2becb82ad1
@ -8,10 +8,10 @@
|
|||||||
|
|
||||||
#include "input_module.h"
|
#include "input_module.h"
|
||||||
#include "modules/osdmodule.h"
|
#include "modules/osdmodule.h"
|
||||||
#include <wbemcli.h>
|
|
||||||
|
|
||||||
#if defined(OSD_WINDOWS)
|
#if defined(OSD_WINDOWS)
|
||||||
|
|
||||||
|
#include <wbemcli.h>
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
||||||
// standard windows headers
|
// standard windows headers
|
||||||
|
Loading…
Reference in New Issue
Block a user