mirror of https://github.com/tongzx/nt5src
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.
29 lines
496 B
29 lines
496 B
;/*++
|
|
;
|
|
;Copyright (c) 1996 Microsoft Corporation
|
|
;© 1998 Seagate Software, Inc. All rights reserved
|
|
;
|
|
;Module Name:
|
|
;
|
|
; Ps.def
|
|
;
|
|
;Abstract:
|
|
;
|
|
; Generic module definition file for MIDL-generated proxy-stubs.
|
|
;
|
|
;Author:
|
|
;
|
|
; Rohde Wakefield [rohde] 19-Nov-1996
|
|
;
|
|
;Revision History:
|
|
;
|
|
;--*/
|
|
|
|
LIBRARY
|
|
|
|
EXPORTS
|
|
DllGetClassObject PRIVATE
|
|
DllCanUnloadNow PRIVATE
|
|
GetProxyDllInfo @3
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|