CSTest/网页请求/pub.h

18 lines
260 B
C
Raw Permalink Normal View History

#pragma once
#include<iostream>
#include <winsock2.h>
#include <ws2tcpip.h>
#include <thread>
#include <mutex>
#include <functional>
#include <afx.h>
#include <vector>
#include <map>
#include <string>
#pragma comment(lib,"ws2_32.lib")
using namespace std;