mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Merge pull request #1651 from ajrhacker/osd_uwp_fix
Fix builds without OSD_UWP (nw)
This commit is contained in:
commit
20d8b6aec4
@ -144,7 +144,7 @@ public:
|
||||
HDC m_dc; // only used by GDI renderer!
|
||||
|
||||
int m_resize_state;
|
||||
#elif OSD_UWP
|
||||
#elif defined(OSD_UWP)
|
||||
virtual bool win_has_menu() = 0;
|
||||
Platform::Agile<Windows::UI::Core::CoreWindow^> m_window;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user