1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef BL_COMMON_H
#define BL_COMMON_H
 
#include <windows.h>
#include <dbghelp.h>
#include <iostream>
#include <fstream>
#include <string>
#include <time.h>
 
#include "CLanguageControl.h"
 
#define OFFLINE_KEY           1   //OFFLINE_KEY:1是离线模式;0是在线模式
#define PROHIBITED_LICENSE    0   //Prohibited license
#define MARKIMG_NOTSAVE       0   // 不保存IMG_MARK文件夹的图片
#endif