// This is a part of the Microsoft Management Console. // Copyright (C) Microsoft Corporation, 1995 - 1999 // All rights reserved. // // This source code is only intended as a supplement to the // Microsoft Management Console and related // electronic documentation provided with the interfaces. // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, // but are changed infrequently #undef _MSC_EXTENSIONS #define __DIR__ "certmmc" #include #include #include #include #include #include #include "ocmanage.h" #include #include //using namespace ATL; //You may derive a class from CComModule and use it if you want to override //something, but do not change the name of _Module extern CComModule _Module; extern const CLSID CLSID_Snapin; // In-Proc server GUID extern const CLSID CLSID_Extension; // In-Proc server GUID extern const CLSID CLSID_About; extern HINSTANCE g_hInstance; #define ARRAYLEN(x) (sizeof(x) / sizeof((x)[0])) #include #pragma comment(lib, "mmc") #include // include debug allocator tracking, etc #include "certlib.h" // Thomlinson Foundation Classes #include "tfc.h" #include #include #include // most common private includes #include "uuids.h" #include "misc.h" #include "folders.h" #include "certwrap.h" #include "compdata.h" #include "CSnapin.h" #include "DataObj.h" inline void __stdcall _com_issue_error(long) {}