WIN32: Fix taskbar detection under Windows 10 onwards.

This commit is contained in:
Kirben 2016-06-08 10:06:57 +10:00
parent 9925851670
commit 5181b50cea

View File

@ -64,7 +64,7 @@ private:
Common::String getIconPath(Common::String target);
// Helper functions
bool isWin7OrLater();
bool confirmWindowsVersion(uint majorVersion, uint minorVersion);
LPWSTR ansiToUnicode(const char *s);
HWND getHwnd();
};