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.

29 lines
951 B

  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. //#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  7. #include <stdio.h>
  8. #include <tchar.h>
  9. #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
  10. #ifndef VC_EXTRALEAN
  11. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  12. #endif
  13. #include <afx.h>
  14. #include <afxwin.h> // MFC core and standard components
  15. #include <afxext.h> // MFC extensions
  16. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  17. #ifndef _AFX_NO_AFXCMN_SUPPORT
  18. #include <afxcmn.h> // MFC support for Windows Common Controls
  19. #endif // _AFX_NO_AFXCMN_SUPPORT
  20. #include <stdio.h>
  21. #include <windows.h>
  22. #include <TCHAR.h>
  23. #include <iostream.h>
  24. #include <process.h>