StdAfx.h
上传用户:hy_wanghao
上传日期:2007-01-08
资源大小:279k
文件大小:1k
- // stdafx.h : include file for standard system include files,
- // or project specific include files that are used frequently,
- // but are changed infrequently
- #if !defined(AFX_STDAFX_H__CB858CED_F977_4173_9A0F_E8F2A46FFEB9__INCLUDED_)
- #define AFX_STDAFX_H__CB858CED_F977_4173_9A0F_E8F2A46FFEB9__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #define STRICT
- #ifndef _WIN32_WINNT
- #define _WIN32_WINNT 0x0400
- #endif
- #define _ATL_APARTMENT_THREADED
- #ifdef _DEBUG
- #define ATL_TRACE_CATEGORY 0xFFFFFFFF
- #define ATL_TRACE_LEVEL 4
- #define _ATL_DEBUG_QI
- #endif
- #include <atlbase.h>
- #include "atlshellextbase.h"
- #include "adfwrapper.h"
- class CAdfShellModule : public CShellModule
- {
- public:
- CShellImageLists m_ImageLists;
- CAdf m_adf;
- CLIPFORMAT m_CFSTR_ADFID;
- };
- extern CAdfShellModule _Module;
- #include <atlcom.h>
- #include "atlhelpers.h"
- #include "atlshellext.h"
- #include "atlwfile.h"
- #include "shlwapi.h"
- #pragma comment(lib, "shlwapi.lib")
- extern const CLSID CLSID_Folder;
- extern const CLSID CLSID_Drive;
- extern const CLSID CLSID_View;
- extern const CLSID CLSID_VolumeDlg;
- extern const CLSID CLSID_DropHandler;
- // Misc.h contains several fine helper classes and functions
- #include "Misc.h"
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_STDAFX_H__CB858CED_F977_4173_9A0F_E8F2A46FFEB9__INCLUDED)