fsmenu.cpp
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- //---------------------------------------------------------------------------
- // Helper routines for an owner draw menu showing the contents of a directory.
- //---------------------------------------------------------------------------
- #include "priv.h"
- #include <fsmenu.h>
- #include "resource.h"
- // Macros, manifest constants, and functions needed to get fsmenu.c to
- // compile in shdoc401.
- #define _WIN32_WINDOWS 0x0400
- #define WINVER 0x0400
- #include "shlobj.h"
- #undef WINSHELLAPI
- #define WINSHELLAPI
- #include "fsmenu.h"
- #include "vdate.h"
- #define _FSMENU_H
- #include "shellp.h"
- #include "shsemip.h"
- #define DF_HOOK 0x80000000
- #if 0
- #define TF_MENU TF_CUSTOM1
- #else
- #define TF_MENU 0
- #endif
- #include "..libfsmenu.cpp"
English
