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
529 B

  1. NAME Sol
  2. STUB 'WINSTUB.EXE'
  3. EXETYPE WINDOWS
  4. CODE MOVEABLE DISCARDABLE LOADONCALL PURE
  5. DATA MOVEABLE MULTIPLE
  6. HEAPSIZE 4096
  7. STACKSIZE 4096
  8. SEGMENTS
  9. sol_TEXT PRELOAD
  10. UTIL_TEXT MOVEABLE
  11. GAME_TEXT MOVEABLE
  12. DEF_TEXT MOVEABLE
  13. KLOND_TEXT MOVEABLE
  14. EXPORTS
  15. SolWndProc @1
  16. About @2
  17. BackDlgProc @3
  18. BackPushProc @4
  19. TimerProc @5
  20. StatWndProc @6
  21. OptionsDlgProc @7
  22. DdaProc @8