StkNet.h
上传用户:zhanglf88
上传日期:2013-11-19
资源大小:6036k
文件大小:1k
- #pragma once
- #ifndef STKNET_DLL
- #if defined(STKNET_STATIC)
- #if defined (_DEBUG)
- #pragma comment(lib,"StkNet30dStatic.lib")
- #pragma message("Automatically linking with StkNet30dStatic.lib")
- #else
- #pragma comment(lib,"StkNet30Static.lib")
- #pragma message("Automatically linking with StkNet30Static.lib")
- #endif
- #elif defined(_DEBUG)
- #pragma comment(lib,"StkNet30d.lib")
- #pragma message("Automatically linking with StkNet30d.dll")
- #else
- #pragma comment(lib,"StkNet30.lib")
- #pragma message("Automatically linking with StkNet30.dll")
- #endif
- #endif
- #if !defined(STKNET_STATIC)
- #ifdef STKNET_DLL
- #define STKNET_API __declspec(dllexport)
- #else
- #define STKNET_API __declspec(dllimport)
- #endif
- #else
- #define STKNET_API
- #endif
- #include "QSProfile.h"
- #include "XMLDoc.h"
- #include "HttpClt.h"
- #include "NetDB.h"
- #include "InfoZip.h"
- #include "Secret.h"
- #include "AfxCore.h"
- #include "StkReceiver.h"
- #include "StartupDlg.h"