ENTRY.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /*
  2. | These are #define that would have been put in vwdefs.h,
  3. | but they need to be defined before vwdefs.h is included in
  4. | vsctop.h so the filter writers can use them, especially
  5. | VWPRT, in their own include file, which is included
  6. | before vwdefs.h
  7. */
  8. #define WINDOWS
  9. #ifdef WIN32
  10. #define VWPTR
  11. #define VW_ENTRYSC __declspec(dllexport)
  12. #define VW_ENTRYMOD __cdecl
  13. #define VW_LOCALSC
  14. #define VW_LOCALMOD __cdecl
  15. #define VW_SEPARATE_DATA
  16. #endif /*WIN32*/