Clone of Akilla's acserver @ https://github.com/deregtd/ACServer

stdafx.h 810B

123456789101112131415161718192021222324252627282930
  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. #if !defined(AFX_STDAFX_H__D51C9412_9266_4B93_A4E8_6218E7D87B75__INCLUDED_)
  6. #define AFX_STDAFX_H__D51C9412_9266_4B93_A4E8_6218E7D87B75__INCLUDED_
  7. // Change these values to use different versions
  8. #define WINVER 0x0400
  9. #define _WIN32_IE 0x0400
  10. #define _RICHEDIT_VER 0x0100
  11. #include <winsock2.h>
  12. #include <ws2tcpip.h>
  13. #include <atlbase.h>
  14. #include <atlapp.h>
  15. extern CAppModule _Module;
  16. #include <atlwin.h>
  17. // #include <Ws2tcpip.h>
  18. //{{AFX_INSERT_LOCATION}}
  19. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  20. #endif // !defined(AFX_STDAFX_H__D51C9412_9266_4B93_A4E8_6218E7D87B75__INCLUDED_)