Initial commit, 3-52-19 alpha
[cls.git] / src / c / mswin / lspedit / lspedit.def
blobae6e165dbce2c121315e299b091331689e6eb629
1 ;module-definition file for Generic
3 NAME LSPEDIT
4 DESCRIPTION 'Sample Microsoft Windows Application'
6 EXETYPE WINDOWS
8 STUB 'WINSTUB.EXE'
10 CODE MOVEABLE DISCARDABLE
11 DATA MOVEABLE MULTIPLE
13 HEAPSIZE 45055
14 STACKSIZE 5120
15 ;STACKSIZE 1048576
17 EXPORTS
18 MainWndProc @1
19 About @22
20 LEditWndProc @5