Windows-Server-2003/net/mmc/common/stdafx.h

37 lines
871 B
C

/**********************************************************************/
/** Microsoft Windows/NT **/
/** Copyright(c) Microsoft Corporation, 1997 - 1997 **/
/**********************************************************************/
/*
stdafx.h
include file for standard system include files,
or project specific include files that are used frequently,
but are changed infrequently
FILE HISTORY:
*/
#include <afxwin.h>
#include <afxdisp.h>
#include <afxcmn.h>
#include <afxtempl.h>
#include <atlbase.h>
extern CComModule _Module;
#include <atlcom.h>
#include <mmc.h>
extern LPCWSTR g_lpszNullString;
extern enum FOLDER_TYPES;
// New Clipboard format that has the Type and Cookie
extern const wchar_t* SNAPIN_INTERNAL;
#include "snapbase.h"
#include "resource.h"
#include "commres.h"