Global.h 275 B

12345678910111213
  1. #pragma once
  2. #include "IniFile.h"
  3. #include "GlobalFun.h"
  4. #include <list>
  5. #define MAX_SQL_LENGTH 1024*1//1024 * 10
  6. extern CIniFile g_IniFile;
  7. extern char g_strDirectory[MAX_PATH + 1];
  8. extern CHAR g_strConnectString[MAX_PATH + 1];
  9. extern CHAR g_strDBType[MAX_PATH + 1];