2025-04-27 07:49:33 -04:00

35 lines
553 B
Modula-2

;/*++
;
;Copyright (c) 1996 Microsoft Corporation
;
;Module Name:
;
; nntpdrv.def
;
;Abstract:
;
; This module contains the module definitions for the
; NNTP Store Driver proxy/stub DLL.
;
;Author:
;
; Bin Lin (binlin@microsoft.com)
;
;Revision History:
;
; binlin 01/29/98 created
;
;--*/
; NNTPDRV.def : Declares the module parameters.
LIBRARY NNTPDRV.DLL
EXPORTS
DllCanUnloadNow PRIVATE
DllGetClassObject PRIVATE
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE
GetProxyDllInfo @5 PRIVATE