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
29 lines
920 B
//+-------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1994 - 1999
|
|
//
|
|
// File: TestSnapinsList.hxx
|
|
//
|
|
// Contents: Stores a list of all snapins. Add your snapin to this list.
|
|
//
|
|
//--------------------------------------------------------------------
|
|
|
|
//--------------------------------------------------------------
|
|
// This file contains a list of all the snapins in the project.
|
|
//--------------------------------------------------------------
|
|
|
|
#ifndef DECLARE_SNAPIN
|
|
#error Must define DECLARE_SNAPIN before #including snapinlist.h
|
|
#endif
|
|
|
|
DECLARE_SNAPIN(CSampleSnapin)
|
|
//DECLARE_SNAPIN(CSampleExtnSnapin)
|
|
DECLARE_SNAPIN(CComponent2TestSnapin)
|
|
DECLARE_SNAPIN(CPowerTestSnapin)
|
|
DECLARE_SNAPIN(CRenameSnapin)
|
|
DECLARE_SNAPIN(CDragDropSnapin)
|
|
DECLARE_SNAPIN(COCXCachingSnapin)
|
|
|
|
#undef DECLARE_SNAPIN
|
|
|