mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
Fix compile (nw)
This commit is contained in:
parent
fffed2ea0d
commit
c5d9d87dfd
@ -12,12 +12,11 @@
|
||||
#include "modules/osdmodule.h"
|
||||
#include "monitor_module.h"
|
||||
|
||||
#if defined(OSD_MAC)
|
||||
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <CoreGraphics/CoreGraphics.h>
|
||||
|
||||
#define OSD_MAC 1
|
||||
#if defined(OSD_MAC)
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "modules/osdwindow.h"
|
||||
|
Loading…
Reference in New Issue
Block a user