sln: specify WinSDK version for cpp projects (#3728)

This commit is contained in:
Andrey Nekrasov
2020-05-26 17:00:09 +03:00
committed by GitHub
parent ee67221068
commit bc9add783c
7 changed files with 24 additions and 21 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
// Do not define WIN32_LEAN_AND_MEAN as WinUI doesn't work when it is defined
#include <unknwn.h>
#include <windows.h>
#include <stdlib.h>
#include <string.h>