Leaked source code of windows server 2003
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

  1. LIBRARY OLE2PROX
  2. CODE MOVEABLE DISCARDABLE LOADONCALL SHARED
  3. SEGMENTS INIT PRELOAD
  4. DATA MOVEABLE SINGLE
  5. HEAPSIZE 0
  6. EXPORTS
  7. #ifdef i386
  8. WEP@0 @1
  9. DllGetClassObject@12 @2
  10. #endif
  11. #ifdef _MIPS_
  12. WEP @1
  13. DllGetClassObject @2
  14. #endif
  15. #ifdef _PPC_
  16. WEP @1
  17. DllGetClassObject @2
  18. #endif
  19. ;
  20. ; functions statement file (appended by the makefile)