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.

27 lines
804 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. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  6. #include <nt.h>
  7. #include <ntrtl.h>
  8. #include <nturtl.h>
  9. #ifdef ASSERT
  10. # undef ASSERT
  11. #endif
  12. #include <afxwin.h> // MFC core and standard components
  13. #include <afxext.h> // MFC extensions
  14. #include <afxdisp.h> // MFC OLE automation classes
  15. #ifndef _AFX_NO_AFXCMN_SUPPORT
  16. #include <afxcmn.h> // MFC support for Windows 95 Common Controls
  17. #endif // _AFX_NO_AFXCMN_SUPPORT
  18. #include <afxtempl.h> // MFC template classes
  19. #include <afxmt.h> // MFC synchronization classes
  20. #include <winnetwk.h>
  21. #include <llsapi.h>