You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
553 B
34 lines
553 B
;/*++
|
|
;
|
|
;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 ([email protected])
|
|
;
|
|
;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
|