libx.cpp
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- //*** libx.cpp -- 'source library' inclusions
- // DESCRIPTION
- // there are some things that we share in source (rather than .obj or .dll)
- // form. this file builds them in the current directory.
- #include "priv.h"
- #include "../lib/uassist.cpp" // 'safe' thunks and cache
- // We must include dka explicitly instead of using the one in the lib
- // because the lib one did not #include <w95wraps.h>.
- #include "../lib/dka.cpp"
- #include "../lib/dbgmem.cpp"
- #ifdef DEBUG
- #define TF_QISTUB TF_SHDLIFE
- #include "../lib/qistub.cpp"
- #include "../lib/dbutil.cpp"
- #endif
English
