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.

29 lines
920 B

  1. //+-------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994 - 1999
  5. //
  6. // File: TestSnapinsList.hxx
  7. //
  8. // Contents: Stores a list of all snapins. Add your snapin to this list.
  9. //
  10. //--------------------------------------------------------------------
  11. //--------------------------------------------------------------
  12. // This file contains a list of all the snapins in the project.
  13. //--------------------------------------------------------------
  14. #ifndef DECLARE_SNAPIN
  15. #error Must define DECLARE_SNAPIN before #including snapinlist.h
  16. #endif
  17. DECLARE_SNAPIN(CSampleSnapin)
  18. //DECLARE_SNAPIN(CSampleExtnSnapin)
  19. DECLARE_SNAPIN(CComponent2TestSnapin)
  20. DECLARE_SNAPIN(CPowerTestSnapin)
  21. DECLARE_SNAPIN(CRenameSnapin)
  22. DECLARE_SNAPIN(CDragDropSnapin)
  23. DECLARE_SNAPIN(COCXCachingSnapin)
  24. #undef DECLARE_SNAPIN