mirror of https://github.com/tongzx/nt5src
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.
21 lines
386 B
21 lines
386 B
NAME Hearts
|
|
DESCRIPTION 'Hearts'
|
|
EXETYPE WINDOWS
|
|
STUB 'WINSTUB.EXE'
|
|
CODE PRELOAD MOVEABLE DISCARDABLE
|
|
DATA PRELOAD MOVEABLE MULTIPLE
|
|
HEAPSIZE 5120
|
|
STACKSIZE 16384
|
|
|
|
IMPORTS
|
|
SHELL.ShellAbout
|
|
|
|
#ifdef USE_MIRRORING
|
|
IMPORTS
|
|
SETLAYOUT = GDI.1000
|
|
GETLAYOUT = GDI.1001
|
|
GetProcessDefaultLayout = USER.1001
|
|
MESSAGEBOXEX=USER.930
|
|
#endif
|
|
|
|
|