commctrl.h
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- //
- // This is a fake header that allows our shell code to refer to private
- // (internal) header information without explicitly including the ?????p.h
- // file. The Win95 header files don't split the public and private
- // information out into separate header files until much later when
- // producing the SDK files. The Chicago shell source code uses the header
- // file before the separation process.
- //
- // BobDay
- //
- #ifndef UNIX
- #include "........publicsdkinccommctrl.h"
- #else
- #include "/vobs/userx/userx/public/sdk/inc/commctrl.h"
- #endif /* UNIX */
- #ifndef NO_PRIVATE_HEADERS
- #include <comctrlp.h>
- #endif
English
