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.

32 lines
734 B

  1. LIBRARY SYSTEM
  2. DESCRIPTION 'Microsoft Windows System configuration module for IBM/PC/XT/AT'
  3. EXETYPE WINDOWS
  4. STUB '..\bin\winstub.exe'
  5. CODE PRELOAD FIXED
  6. DATA NONE
  7. IMPORTS
  8. NOHOOKDOSCALL = KERNEL.101
  9. ALLOCCSALIAS = KERNEL.170
  10. __ROMBIOS = KERNEL.173
  11. __0040h = KERNEL.193
  12. EXPORTS
  13. InquireSystem @1
  14. CreateSystemTimer @2
  15. KillSystemTimer @3
  16. EnableSystemTimers @4
  17. DisableSystemTimers @5
  18. GetSystemMsecCount @6
  19. Get80x87SaveSize @7
  20. Save80x87State @8
  21. Restore80x87State @9
  22. WEP
  23. A20_Proc @20
  24. ;;IFDEF JAPAN
  25. ;;; JapanInquireSystem ; MSKK specific
  26. ;;ENDIF