precomp.hxx
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- #ifndef __PRECOMPILED_HEADER_H
- #define __PRECOMPILED_HEADER_H
- ///////////////////////////////////////////////////////////////////////////////
- /* File: precomp.hxx
- Description: Precompiled header file for dskquota project.
- Includes all headers that are compiled into the pre-compiled header.
- Revision History:
- Date Description Programmer
- -------- --------------------------------------------------- ----------
- 08/06/96 Initial creation. BrianAu
- */
- ///////////////////////////////////////////////////////////////////////////////
- #include <windows.h>
- #include <windowsx.h>
- #include <ole2.h>
- #include <olectl.h> // Standard OLE interfaces.
- #include <shlguid.h>
- #include <shlobj.h>
- #include <shlobjp.h>
- #include <shellapi.h>
- #include <shsemip.h>
- #include <shellp.h>
- #include <comctrlp.h>
- #include "settings.h"
- #endif // __PRECOMPILED_HEADER_H
English
