cnctnpt.cpp
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:0k
源码类别:

系统编程

开发平台:

Visual C++

  1. #include "stdafx.h"
  2. #pragma hdrstop
  3. //
  4. //  Route the CoTaskMemAlloc stuff to SHAlloc stuff (which will in turn
  5. //  call the OLE task allocator as necessary).
  6. //
  7. #undef CoTaskMemAlloc
  8. #undef CoTaskMemFree
  9. #undef CoTaskMemRealloc
  10. #define CoTaskMemAlloc      SHAlloc
  11. #define CoTaskMemFree       SHFree
  12. #define CoTaskMemRealloc    SHRealloc
  13. #include "....libcnctnpt.cpp"