mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
WIN32: Fix taskbar detection under Windows 10 onwards.
This commit is contained in:
parent
9925851670
commit
5181b50cea
@ -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();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user