acl/lib_fiber/samples-c++1x/fiber/stdafx.h
shuxin   zheng 27c8892cec test http server
2020-06-26 21:45:51 +08:00

20 lines
323 B
C

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