mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
Fix compile for Windows/non-sdl. (nw)
This commit is contained in:
parent
20ac212400
commit
0c299bda6b
@ -23,6 +23,10 @@
|
||||
#include "osdcomm.h"
|
||||
#include "osdcore.h"
|
||||
|
||||
#ifdef OSD_WINDOWS
|
||||
#include "winutf8.h"
|
||||
#endif
|
||||
|
||||
//============================================================
|
||||
// MACROS
|
||||
//============================================================
|
||||
|
Loading…
Reference in New Issue
Block a user