utilitycommon.h

来自「奇迹世界公用文件源代码,研究网络游戏的朋友可以研究下」· C头文件 代码 · 共 17 行

H
17
字号
#pragma once

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#define _WIN32_WINNT 0x0500 

#include <windows.h>
#include <memory>
#include <assert.h>
#include <crtdbg.h>
#include <tchar.h>
#include "tstring.h"
#include "Event.h"
#include "CriticalSection.h"
#include "CommonDef.h"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?