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.

60 lines
1.5 KiB

  1. //
  2. // Driver Verifier UI
  3. // Copyright (c) Microsoft Corporation, 1999
  4. //
  5. //
  6. //
  7. // module: stdafx.h
  8. // author: DMihai
  9. // created: 11/1/00
  10. //
  11. // Description:
  12. //
  13. // Include file for standard system include files,
  14. // or project specific include files that are used frequently, but
  15. // are changed infrequently
  16. //
  17. #if !defined(AFX_STDAFX_H__E24BD541_BD54_42E0_BD79_8417041B8DA1__INCLUDED_)
  18. #define AFX_STDAFX_H__E24BD541_BD54_42E0_BD79_8417041B8DA1__INCLUDED_
  19. #if _MSC_VER > 1000
  20. #pragma once
  21. #endif // _MSC_VER > 1000
  22. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  23. #include <nt.h>
  24. #include <ntrtl.h>
  25. #include <nturtl.h>
  26. //
  27. // Use MFC ASSERT macro
  28. //
  29. #ifdef ASSERT
  30. #undef ASSERT
  31. #endif
  32. #include <afxwin.h> // MFC core and standard components
  33. #include <afxext.h> // MFC extensions
  34. #include <afxdisp.h> // MFC Automation classes
  35. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  36. #ifndef _AFX_NO_AFXCMN_SUPPORT
  37. #include <afxcmn.h> // MFC support for Windows Common Controls
  38. #endif // _AFX_NO_AFXCMN_SUPPORT
  39. #include <locale.h>
  40. #include <capi.h>
  41. #include <softpub.h>
  42. #include <Imagehlp.h>
  43. #include <ntverp.h>
  44. #include <common.ver>
  45. #include "helpids.h"
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_STDAFX_H__E24BD541_BD54_42E0_BD79_8417041B8DA1__INCLUDED_)