Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

30 lines
642 B

NAME FreeCell
DESCRIPTION '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
IMPORTS
CARDS.cdtInit
CARDS.cdtDrawExt
CARDS.cdtTerm
SHELL32.ShellAbout