年前提交

This commit is contained in:
2026-02-08 08:58:29 +08:00
commit a4a03b3533
113 changed files with 60809 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>