home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / COMPOUND.ZIP / gstg.def < prev    next >
Encoding:
Text File  |  1998-11-01  |  260 b   |  11 lines

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