project.hpp
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- /*
- * project.hpp - Shell project header file for Internet Shortcut Shell
- * extension DLL.
- */
- /* Common Headers
- *****************/
- #include "project.h"
- /* System Headers
- *****************/
- #include <stdio.h>
- #include <prsht.h>
- #define _INTSHCUT_ /* for intshcut.h */
- #include <intshcut.h>
- #ifdef WINNT_ENV
- #include <intshctp.h>
- #endif
- /* Project Headers
- ******************/
- /* The order of the following include files is significant. */
- #include "olestock.h"
- #include "olevalid.h"
- #include "shlstock.h"
- #include "shlvalid.h"
- #include "inline.hpp"
- #include "memmgr.hpp"
- #include "comcpp.hpp"
- #include "refcount.hpp"
- #include "intshcut.hpp"
- #include "dataobj.hpp"
- #include "persist.hpp"
- #include "extricon.h"
- #include "propsht.hpp"
English
