home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / addins / replall / replall.def < prev    next >
Text File  |  1998-04-02  |  299b  |  12 lines

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