You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
646 B
C
25 lines
646 B
C
/******************************************************************************
|
|
Copyright(C):2015~2018 hzleaper
|
|
FileName:sysSpider.h
|
|
Author:zhikun wu
|
|
Email:zk.wu@hzleaper.com
|
|
Tools:vs2010 pc on company
|
|
Created:2015/04/23
|
|
History:23:4:2015 17:02
|
|
*******************************************************************************/
|
|
#ifndef __SYS_SPIDER_H
|
|
#define __SYS_SPIDER_H
|
|
|
|
//#include <winsock2.h>
|
|
//#include <Windows.h>
|
|
|
|
#if !defined(WIN32_LEAN_AND_MEAN) && (_WIN32_WINNT >= 0x0400) && !defined(USING_WIN_PSDK)
|
|
#include <windows.h>
|
|
#else
|
|
#include <winsock2.h>
|
|
#endif
|
|
|
|
#define ZReply class QNetworkReply
|
|
#define ZImage class QImage
|
|
|
|
#endif |