14 lines
304 B
C++
14 lines
304 B
C++
// stdafx.cpp : source file that includes just the standard includes
|
|
// Client.pch will be the pre-compiled header
|
|
// stdafx.obj will contain the pre-compiled type information
|
|
|
|
#include "stdafx.h"
|
|
|
|
|
|
//系统全局变量
|
|
CString ServerUrl;
|
|
CString MesKey;
|
|
CString SeSsL;
|
|
CString PcHWID;
|
|
CString BSPHP_PASSWORD;
|