mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-12 18:07:24 +10:00
Migrate to VS2017
This commit is contained in:
@@ -290,6 +290,7 @@ int APIENTRY wWinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCm
|
||||
}
|
||||
|
||||
// check Windows version
|
||||
#pragma warning(suppress:4996)
|
||||
WORD winVer=LOWORD(GetVersion());
|
||||
winVer=MAKEWORD(HIBYTE(winVer),LOBYTE(winVer));
|
||||
if (winVer<0x601)
|
||||
|
||||
Reference in New Issue
Block a user