WindowsXP-SP1/com/ole32/ilib/ole2pr32.def
2020-09-30 16:53:49 +02:00

29 lines
547 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)