Source code of Windows XP (NT5)
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.
|
|
/**********************************************************************/ /** 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"
|