This commit is contained in:
EmsiaetKadosh
2025-01-14 19:51:08 +08:00
parent 2b8f8121f8
commit 4f455ca6ad
6 changed files with 103 additions and 29 deletions
+15
View File
@@ -8,6 +8,8 @@
#include <string>
#include <map>
using wchar = wchar_t;
using QWORD = unsigned long long int;
using String = std::wstring;
template<typename K, typename V, typename Cmp = std::less<K>, typename Alloc = std::allocator<std::pair<const K, V>>> using Map = std::map<K, V, Cmp, Alloc>;
@@ -28,3 +30,16 @@ template<typename K, typename V, typename Cmp = std::less<K>, typename Alloc = s
#define NOMINMAX
#include <Windows.h>
#include <Windowsx.h>
#include <minwindef.h>
#include <windef.h>
#include <wingdi.h>
#include <WinUser.h>
#include <Uxtheme.h>
#include <iostream>
#include <dwmapi.h>
#pragma comment(lib, "ws2_32.lib")
#pragma comment(lib, "dwmapi.lib")
#pragma comment(lib, "Uxtheme.lib")
#pragma comment(lib, "winmm.lib")