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.

26 lines
321 B

  1. LIBRARY MVBREAKER
  2. DESCRIPTION 'Word Breaker'
  3. STUB 'WINSTUB.EXE'
  4. CODE MOVEABLE DISCARDABLE
  5. DATA MOVEABLE SINGLE
  6. EXETYPE WINDOWS
  7. HEAPSIZE 512
  8. SEGMENTS
  9. _INIT_TEXT PRELOAD
  10. DATA PRELOAD
  11. EXPORTS BreakerInitiate
  12. BreakerFree
  13. FBreakWords
  14. FBreakDate
  15. FBreakTime
  16. FBreakNumber
  17. FBreakEpoch
  18. BreakerVersion