WeChatFerry/sdk/framework.h

6 lines
159 B
C
Raw Normal View History

2021-02-12 23:21:57 +08:00
#pragma once
2022-10-15 20:25:42 +08:00
#define WIN32_LEAN_AND_MEAN // 从 Windows 头文件中排除极少使用的内容
2021-02-12 23:21:57 +08:00
// Windows 头文件
#include <windows.h>