home *** CD-ROM | disk | FTP | other *** search
- ; AutoBld.def : Declares the module parameters for the DLL.
-
- ; Copyright (C) 1992-1998 Microsoft Corporation
- ; All rights reserved.
-
-
- LIBRARY "AUTOBLD"
- DESCRIPTION 'AUTOBLD Windows Dynamic Link Library'
-
- EXPORTS
- ; Explicit exports can go here
- DllCanUnloadNow PRIVATE
- DllGetClassObject PRIVATE
- DllRegisterServer PRIVATE
- DllUnregisterServer PRIVATE
-