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.

67 lines
1.9 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. /////////////////////////////////////////////////////////////////////////////
  6. // Include Files
  7. /////////////////////////////////////////////////////////////////////////////
  8. //#define _DISPLAY_STATE_TEXT_IN_TREE
  9. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  10. #include <afxwin.h> // MFC core and standard components
  11. #include <afxext.h> // MFC extensions
  12. #include <afxcview.h>
  13. #include <afxdisp.h> // MFC OLE automation classes
  14. #ifndef _AFX_NO_AFXCMN_SUPPORT
  15. #include <afxcmn.h> // MFC support for Windows 95 Common Controls
  16. #endif // _AFX_NO_AFXCMN_SUPPORT
  17. // Need to include this for WM_COMMANDHELP. Unfortunately, both afxpriv.h and
  18. // atlconv.h define some of the same macros. Since we are using ATL, we'll use
  19. // the ATL versions.
  20. #define __AFXCONV_H__
  21. #include <afxpriv.h>
  22. #undef __AFXCONV_H__
  23. #undef DEVMODEW2A
  24. #undef DEVMODEA2W
  25. #undef TEXTMETRICW2A
  26. #undef TEXTMETRICA2W
  27. #include <afxtempl.h> // MFC template classes
  28. #include <atlbase.h>
  29. //You may derive a class from CComModule and use it if you want to override
  30. //something, but do not change the name of _Module
  31. extern CComModule _Module;
  32. #include <atlcom.h>
  33. #ifndef _WINREG_
  34. #include <winreg.h> // for REGSAM (needed by clusapi.h)
  35. #endif
  36. #ifndef _CLUSTER_API_
  37. #include <clusapi.h> // for cluster definitions
  38. #endif
  39. #ifndef _CLUSUDEF_H_
  40. #include "clusudef.h" // for cluster project-wide definitions
  41. #endif
  42. #ifndef _CLUSRTL_INCLUDED_
  43. #include "clusrtl.h"
  44. #endif
  45. #include <netcon.h>
  46. #include <htmlhelp.h>
  47. #include <windns.h>
  48. #ifndef _CADMTYPE_H_
  49. #include "cadmtype.h"
  50. #endif
  51. #include <ClusCfgWizard.h>
  52. #include <ClusCfgGuids.h>
  53. #include <StrSafe.h>