12 lines
345 B
C++
12 lines
345 B
C++
// stdafx.cpp : source file that includes just the standard includes
|
|
// Gh0st.pch will be the pre-compiled header
|
|
// stdafx.obj will contain the pre-compiled type information
|
|
|
|
#include "stdafx.h"
|
|
|
|
|
|
// POSTXML mPostXml;
|
|
// char LoginUserName[MAX_PATH];
|
|
// char LoginPassWord[MAX_PATH];
|
|
// char LastLoginTime[MAX_PATH];
|
|
// char Datetime[MAX_PATH];
|