/TGame/TServerMS/Entry/stdafx.h

http://awoe.googlecode.com/ · C Header · 38 lines · 23 code · 10 blank · 5 comment · 0 complexity · e751f25edb4a9493f08f440598244f82 MD5 · raw file

  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently, but
  3. // are changed infrequently
  4. //
  5. #pragma once
  6. #include "targetver.h"
  7. #include <stdio.h>
  8. #include <tchar.h>
  9. #include <list>
  10. #include <vector>
  11. #include <map>
  12. #include <hash_map>
  13. #include <string>
  14. #include <iostream>
  15. using namespace std;
  16. #pragma warning( push )
  17. #pragma warning( disable : 4251)
  18. #include "boost/asio.hpp"
  19. #include "boost/noncopyable.hpp"
  20. #include "boost/asio/basic_streambuf.hpp"
  21. #include "boost/pool/object_pool.hpp"
  22. #include "boost/shared_ptr.hpp"
  23. #include "boost/thread/recursive_mutex.hpp"
  24. #include "boost/thread.hpp"
  25. #pragma warning( push )
  26. #include "Log/Log.h"
  27. // TODO: reference additional headers your program requires here
  28. #define Assert( condition )