FileSwitch.def
上传用户:hell82222
上传日期:2013-12-19
资源大小:1872k
文件大小:0k
源码类别:

CAD

开发平台:

Visual C++

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