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

  1. ; bldrec.def : Declares the module parameters for the DLL.
  2.  
  3. LIBRARY      "BLDREC"
  4. DESCRIPTION  'BLDREC 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.