Warning fix: removed additional dependencies in common project (#5930)

This commit is contained in:
Seraphima Zykova
2020-08-13 15:25:36 +03:00
committed by GitHub
parent f36858d074
commit 9592fab414
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
#pragma once
#include "windef.h"
#pragma comment(lib, "shcore.lib")
namespace DPIAware
{
constexpr inline int DEFAULT_DPI = 96;