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.

21 lines
672 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation
  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. #include <mmc.h>
  16. extern const IID IID_ITreeViewPrivate;
  17. extern const IID IID_IMMCSnapin;