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.

22 lines
287 B

  1. NAME Minesweeper
  2. EXETYPE WINDOWS
  3. STUB 'WINSTUB.EXE'
  4. CODE PRELOAD MOVEABLE DISCARDABLE
  5. DATA PRELOAD MOVEABLE MULTIPLE
  6. HEAPSIZE 4096
  7. STACKSIZE 8192
  8. EXPORTS
  9. MainWndProc @1
  10. PrefDlgProc @2
  11. BestDlgProc @3
  12. EnterDlgProc @4
  13. IMPORTS
  14. AboutWEP=ABOUTWEP.2