stdafx.cpp 419 B

123456789101112131415161718192021222324
  1. // stdafx.cpp : 只包括标准包含文件的源文件
  2. // YAServer.pch 将作为预编译头
  3. // stdafx.obj 将包含预编译类型信息
  4. #include "stdafx.h"
  5. #ifdef _DEBUG
  6. #undef new
  7. #endif
  8. #include <boost/function.hpp>
  9. #ifdef _DEBUG
  10. #undef new
  11. #endif
  12. #include <boost/thread.hpp>
  13. #ifdef _DEBUG
  14. #undef new
  15. #endif
  16. #include <boost/timer.hpp>
  17. #ifdef _DEBUG
  18. #undef new
  19. #endif
  20. #include <afxwin.h>
  21. #include <boost/asio.hpp>