Merge pull request #1651 from ajrhacker/osd_uwp_fix

Fix builds without OSD_UWP (nw)
This commit is contained in:
R. Belmont 2016-11-09 15:31:25 -05:00 committed by GitHub
commit 20d8b6aec4

View File

@ -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