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

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