www.pudn.com > ChatUseIOCP.rar > DtSocket.h


#ifndef DTSOCKET 
#define DTSOCKET 
 
#ifdef __DEBUG__ 
#pragma comment(lib, "dtsocketd.lib") 
#else 
#pragma comment(lib, "dtsocket.lib") 
#endif 
 
#ifndef DTSOCKETBASE 
#include  
#endif 
#ifndef DTTHREAD 
#include  
#endif 
#ifndef DTIPSOCKET 
#include  
#endif 
#ifndef DTSERIALSOCKET 
#include  
#endif 
 
#endif //dtsocket