ENTRY.H
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:
Windows编程
开发平台:
Visual C++
- /*
- | These are #define that would have been put in vwdefs.h,
- | but they need to be defined before vwdefs.h is included in
- | vsctop.h so the filter writers can use them, especially
- | VWPRT, in their own include file, which is included
- | before vwdefs.h
- */
- #define WINDOWS
- #ifdef WIN32
- #define VWPTR
- #define VW_ENTRYSC __declspec(dllexport)
- #define VW_ENTRYMOD __cdecl
- #define VW_LOCALSC
- #define VW_LOCALMOD __cdecl
- #define VW_SEPARATE_DATA
- #endif /*WIN32*/