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.

29 lines
691 B

  1. NAME FreeCell
  2. EXETYPE WINDOWS
  3. STUB 'WINSTUB.EXE'
  4. CODE PRELOAD MOVEABLE DISCARDABLE
  5. DATA PRELOAD MOVEABLE MULTIPLE
  6. HEAPSIZE 1024
  7. STACKSIZE 5120
  8. EXPORTS
  9. MainWndProc @1 ; name of window processing function
  10. MoveColDlg @2 ; movecoloptions dialog
  11. GameNumDlg @3 ; select game number dialog
  12. YouLoseDlg @4 ; choices when game is lost
  13. StatsDlg @5 ; display statistics
  14. YouWinDlg @6 ; choices when you win
  15. OptionsDlg @7 ; display options
  16. IMPORTS
  17. CARDS.cdtInit
  18. CARDS.cdtDrawExt
  19. CARDS.cdtTerm
  20. SHELL32.ShellAbout