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.

50 lines
1.1 KiB

  1. #if !defined(STDAFX_DCOMCNFG_INCLUDED)
  2. #define STDAFX_DCOMCNFG_INCLUDED
  3. //#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  4. #if !defined(STANDALONE_BUILD)
  5. extern "C"
  6. {
  7. #include <nt.h>
  8. #include <ntrtl.h>
  9. #include <nturtl.h>
  10. }
  11. #endif
  12. //
  13. // There is a conflict between ASSERT in the nt headers and ASSERT in the MFC headers.
  14. // We'll just take the MFC one.
  15. //
  16. #ifdef ASSERT
  17. #undef ASSERT
  18. #endif // ASSERT
  19. #include <afxwin.h> // MFC core and standard components
  20. #include <afxext.h> // MFC extensions
  21. #ifndef _AFX_NO_AFXCMN_SUPPORT
  22. #include <afxcmn.h> // MFC support for Windows 95 Common Controls
  23. #endif // _AFX_NO_AFXCMN_SUPPORT
  24. #ifndef ASSERT
  25. #error ole32\oleui\stdafx.h: ASSERT is not defined
  26. #endif // !ASSERT
  27. //{{AFX_INSERT_LOCATION}}
  28. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  29. #include <iaccess.h>
  30. #include "assert.h"
  31. #include "resource.h"
  32. #include "types.h"
  33. #include "afxtempl.h"
  34. #include "util.h"
  35. #include "datapkt.h"
  36. #include "virtreg.h"
  37. #endif // !defined(STDAFX_DCOMCNFG_INCLUDED)