Fix builds without OSD_UWP (nw)

This commit is contained in:
AJR 2016-11-09 14:16:02 -05:00
parent 31efff1eff
commit f2242fea78

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