This commit is contained in:
JIe
2024-11-07 13:44:49 +08:00
commit 2404e17d10
136 changed files with 110994 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#pragma once
#ifndef NOMINMAX
#define NOMINMAX // prevent windows redefining min/max
#endif
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>