Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.3 KiB

  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__4ABADA68_E961_4E94_80C9_36FC8222478E__INCLUDED_)
  6. #define AFX_STDAFX_H__4ABADA68_E961_4E94_80C9_36FC8222478E__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  11. #include <afx.h>
  12. #include <afxwin.h> // MFC core and standard components
  13. #include <afxext.h> // MFC extensions
  14. #include <afxcview.h>
  15. #include <afxdisp.h> // MFC Automation classes
  16. #include <afxdtctl.h> // MFC support for Internet Explorer 4 ...
  17. #include <comdef.h>
  18. #include <wbemidl.h>
  19. #include <string>
  20. #include <vector>
  21. #include <map>
  22. #include <set>
  23. #include <winsock2.h>
  24. #include <memory>
  25. #ifndef _AFX_NO_AFXCMN_SUPPORT
  26. #include <afxcmn.h> // MFC support for Windows Common Controls
  27. #endif // _AFX_NO_AFXCMN_SUPPORT
  28. #include <iostream>
  29. #include <strsafe.h>
  30. using namespace std;
  31. //{{AFX_INSERT_LOCATION}}
  32. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  33. #endif // !defined(AFX_STDAFX_H__4ABADA68_E961_4E94_80C9_36FC8222478E__INCLUDED_)