Source code of Windows XP (NT5)
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.

29 lines
897 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  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,
  12. // but are changed infrequently
  13. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  14. #include <afxctl.h> // MFC support for OLE Controls
  15. // Delete the two includes below if you do not wish to use the MFC
  16. // database classes
  17. #ifndef _UNICODE
  18. #include <afxdb.h> // MFC database classes
  19. #include <afxdao.h> // MFC DAO database classes
  20. #endif //_UNICODE
  21. #include <mmc.h>
  22. extern const IID IID_ITreeViewPrivate;
  23. extern const IID IID_IMMCSnapin;