home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / atl / activedoc / activedoc.def < prev    next >
Text File  |  1998-03-26  |  224b  |  10 lines

  1. ; ActiveDoc.def : Declares the module parameters.
  2.  
  3. LIBRARY      ACTIVEDOC.DLL
  4.  
  5. EXPORTS
  6.     DllCanUnloadNow     @1 PRIVATE
  7.     DllGetClassObject   @2 PRIVATE
  8.     DllRegisterServer   @3 PRIVATE
  9.     DllUnregisterServer    @4 PRIVATE
  10.