mydll.def
上传用户:qdhmjx
上传日期:2022-07-11
资源大小:2226k
文件大小:0k
源码类别:

书籍源码

开发平台:

Visual C++

  1. ; mydll.def : Declares the module parameters for the DLL.
  2. LIBRARY      "mydll"
  3. DESCRIPTION  'mydll Windows Dynamic Link Library'
  4. EXPORTS
  5.     ; Explicit exports can go here
  6. DrawEllipse
  7. DrawRectangle