123456789101112131415161718192021222324 |
- // stdafx.cpp : 只包括标准包含文件的源文件
- // YAServer.pch 将作为预编译头
- // stdafx.obj 将包含预编译类型信息
- #include "stdafx.h"
- #ifdef _DEBUG
- #undef new
- #endif
- #include <boost/function.hpp>
- #ifdef _DEBUG
- #undef new
- #endif
- #include <boost/thread.hpp>
- #ifdef _DEBUG
- #undef new
- #endif
- #include <boost/timer.hpp>
- #ifdef _DEBUG
- #undef new
- #endif
- #include <afxwin.h>
- #include <boost/asio.hpp>
|