32 lines
510 B
Modula-2
32 lines
510 B
Modula-2
;/*++
|
|
;
|
|
;Copyright (c) 1997 Microsoft Corporation
|
|
;© 1998 Seagate Software, Inc. All rights reserved
|
|
;
|
|
;Module Name:
|
|
;
|
|
; Ps.def
|
|
;
|
|
;Abstract:
|
|
;
|
|
; Generic module definition file for MIDL-generated proxy-stubs.
|
|
;
|
|
;Author:
|
|
;
|
|
; Michael Lotz [lotz] 24-Mar-1997
|
|
;
|
|
;Revision History:
|
|
;
|
|
;--*/
|
|
|
|
|
|
LIBRARY RsSubPs
|
|
|
|
EXPORTS
|
|
DllGetClassObject PRIVATE
|
|
DllCanUnloadNow PRIVATE
|
|
GetProxyDllInfo @3
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
|