TextComp.def
上传用户:biuytresa
上传日期:2007-12-07
资源大小:721k
文件大小:0k
源码类别:

DNA

开发平台:

Visual C++

  1. ; TextComp.def : Declares the module parameters for the DLL.
  2. LIBRARY      "TextComp"
  3. DESCRIPTION  'TextComp Windows Dynamic Link Library'
  4. EXPORTS
  5.     ; Explicit exports can go here
  6. DllCanUnloadNow PRIVATE
  7. DllGetClassObject PRIVATE
  8. DllRegisterServer PRIVATE