From 320fe2c5681de81d7c5e6c4d66f0fcbba80c2b20 Mon Sep 17 00:00:00 2001 From: coldpon <95997133+coldpon@users.noreply.github.com> Date: Sun, 14 Jan 2024 03:50:37 +0800 Subject: [PATCH] Update mainWindow.h --- .../mainWindow.h" | 2 ++ 1 file changed, 2 insertions(+) diff --git "a/System\346\217\220\346\235\203\345\267\245\345\205\267/mainWindow.h" "b/System\346\217\220\346\235\203\345\267\245\345\205\267/mainWindow.h" index 32f7839..18991ae 100644 --- "a/System\346\217\220\346\235\203\345\267\245\345\205\267/mainWindow.h" +++ "b/System\346\217\220\346\235\203\345\267\245\345\205\267/mainWindow.h" @@ -3,6 +3,8 @@ #include #include #include +#include +#pragma comment(lib,"Shcore.lib") #ifdef _UNICODE #if defined _M_IX86 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")