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.

25 lines
469 B

  1. LIBRARY W95INF16
  2. DESCRIPTION 'INF Installation Library'
  3. EXETYPE WINDOWS
  4. CODE PRELOAD MOVEABLE DISCARDABLE
  5. DATA SINGLE MOVEABLE PRELOAD
  6. HEAPSIZE 512
  7. SEGMENTS
  8. _INIT MOVEABLE DISCARDABLE PRELOAD
  9. _WEP PRELOAD DISCARDABLE
  10. EXPORTS
  11. WEP
  12. DllEntryPoint @1 RESIDENTNAME
  13. w95thk_ThunkData16 @2
  14. IMPORTS
  15. C16ThkSLO1 = KERNEL.631
  16. ThunkConnect16 = KERNEL.651