This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
2024-04-16 21:34:06 +08:00

12 lines
188 B
C

#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>