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.
28 lines
547 B
28 lines
547 B
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)
|