📄 global.h
字号:
// Global.h
//
#ifndef __global_h__
#define __global_h__
#include <stdio.h>
#include <time.h>
#include <stdarg.h>
#include <tchar.H>
#include <ExDisp.h>
#include <ExDispID.h>
#include <Mshtml.h>
#include "stristr.h"
#include "flag.h"
#import "SurfHelp.exe"
#define APP_NAME _T("SurfHelper")
void dbgPrintf(TCHAR* szFormat, ...);
void randomString(wchar_t* wzBuffer, long lLen);
#endif //__global_h__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -