WindowsXP/com/ole32/ilib/ole2pr32.def
2025-04-27 07:49:33 -04: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)