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

  1. ; AutoBld.def : Declares the module parameters for the DLL.
  2.  
  3. ; Copyright (C) 1992-1998 Microsoft Corporation
  4. ; All rights reserved.
  5.  
  6.  
  7. LIBRARY      "AUTOBLD"
  8. DESCRIPTION  'AUTOBLD Windows Dynamic Link Library'
  9.  
  10. EXPORTS
  11.     ; Explicit exports can go here
  12.     DllCanUnloadNow PRIVATE
  13.     DllGetClassObject PRIVATE
  14.     DllRegisterServer PRIVATE
  15.     DllUnregisterServer PRIVATE
  16.