acl/lib_fiber/samples/http_request/stdafx.h

22 lines
340 B
C

// stdafx.h : 标准系统包含文件的包含文件,
// 或是常用但不常更改的项目特定的包含文件
//
#pragma once
//#include <iostream>
//#include <tchar.h>
// TODO: 在此处引用程序要求的附加头文件
#include <stdarg.h>
#include <getopt.h>
#include "acl_cpp/lib_acl.hpp"
#include "fiber/lib_fiber.hpp"
#ifdef WIN32
#define snprintf _snprintf
#endif