?? utilitycommon.h
字號:
#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"
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -