Source code of Windows XP (NT5)
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
570 B

  1. LIBRARY SYSTEM
  2. DESCRIPTION 'Microsoft Windows System configuration module for HP Vectra'
  3. EXETYPE WINDOWS
  4. STUB 'WINSTUB.EXE'
  5. CODE PRELOAD FIXED
  6. DATA NONE
  7. IMPORTS
  8. ALLOCCSALIAS = KERNEL.170
  9. __ROMBIOS = KERNEL.173
  10. WinFlags = KERNEL.178
  11. EXPORTS
  12. InquireSystem @1
  13. CreateSystemTimer @2
  14. KillSystemTimer @3
  15. EnableSystemTimers @4
  16. DisableSystemTimers @5
  17. GetSystemMsecCount @6
  18. Get80x87SaveSize @7
  19. Save80x87State @8
  20. Restore80x87State @9
  21. A20_Proc @20
  22. WEP