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.

64 lines
1.6 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1998
  6. //
  7. // File: stdafx.h
  8. //
  9. //--------------------------------------------------------------------------
  10. // stdafx.h : include file for standard system include files,
  11. // or project specific include files that are used frequently, but
  12. // are changed infrequently
  13. //
  14. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  15. #include <afxwin.h> // MFC core and standard components
  16. #include <afxext.h> // MFC extensions
  17. #include <afxtempl.h>
  18. #ifndef _AFX_NO_OLE_SUPPORT
  19. #include <afxole.h> // MFC OLE classes
  20. #include <afxodlgs.h> // MFC OLE dialog classes
  21. #include <afxdisp.h> // MFC OLE automation classes
  22. #endif // _AFX_NO_OLE_SUPPORT
  23. #ifndef _AFX_NO_DB_SUPPORT
  24. #include <afxdb.h> // MFC ODBC database classes
  25. #endif // _AFX_NO_DB_SUPPORT
  26. #ifndef _AFX_NO_DAO_SUPPORT
  27. #include <afxdao.h> // MFC DAO database classes
  28. #endif // _AFX_NO_DAO_SUPPORT
  29. #ifndef _AFX_NO_AFXCMN_SUPPORT
  30. #include <afxcmn.h> // MFC support for Windows Common Controls
  31. #endif // _AFX_NO_AFXCMN_SUPPORT
  32. #include "mprsnap.h"
  33. #include <mmc.h>
  34. extern "C" {
  35. #include <mprapi.h>
  36. #include <dim.h>
  37. }
  38. #include "dbgutil.h"
  39. #include "std.h"
  40. #include "info.h"
  41. #include "infobase.h"
  42. #include "tfschar.h"
  43. #include "errutil.h"
  44. #include "mprfltr.h"
  45. #include "commctrl.h" //kmurthy:For comctr32 version 6
  46. //again for comctrl32 version 6
  47. #define SIDEBYSIDE_COMMONCONTROLS 1