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.

16 lines
252 B

  1. LIBRARY MOUSE
  2. DESCRIPTION 'Microsoft Mouse'
  3. EXETYPE WINDOWS
  4. STUB '..\..\bin\WINSTUB.EXE'
  5. CODE PRELOAD DISCARDABLE
  6. DATA PRELOAD FIXED SINGLE
  7. EXPORTS
  8. Inquire @1
  9. Enable @2
  10. Disable @3
  11. MouseGetIntVect @4
  12. WEP