local.h
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- //
- // Local private header file
- #include "deskhtm.h"
- #include <regstr.h>
- #include "resource.h"
- #include "shdocvw.h"
- #ifdef WINNT
- #define g_fRunningOnNT TRUE
- #else
- #define g_fRunningOnNT FALSE
- #endif
- #define MAX_URL_STRING INTERNET_MAX_URL_LENGTH
- // Use our private version of the OLE task allocator so we don't pull
- // in all of OLE32 just to do LocalAlloc and LocalFree!
- #define CoTaskMemFree SHFree
- #define CoTaskMemAlloc SHAlloc
- #define CoTaskMemRealloc SHRealloc
English
