windows-nt/Source/XPSP1/NT/com/ole32/ilib/ole2pr32.def
2020-09-26 16:20:57 +08:00

29 lines
519 B
Modula-2

LIBRARY OLE2PROX
CODE MOVEABLE DISCARDABLE LOADONCALL SHARED
SEGMENTS INIT PRELOAD
DATA MOVEABLE SINGLE
HEAPSIZE 0
EXPORTS
#ifdef i386
WEP@0 @1
DllGetClassObject@12 @2
#endif
#ifdef _MIPS_
WEP @1
DllGetClassObject @2
#endif
#ifdef _PPC_
WEP @1
DllGetClassObject @2
#endif
;
; functions statement file (appended by the makefile)