File: lspedit.def

package info (click to toggle)
xlispstat 3.52.0-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 7,472 kB
  • ctags: 12,480
  • sloc: ansic: 89,534; lisp: 21,690; sh: 1,525; makefile: 520; csh: 1
file content (20 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
;module-definition file for Generic

NAME LSPEDIT
DESCRIPTION 'Sample Microsoft Windows Application'

EXETYPE WINDOWS

STUB 'WINSTUB.EXE'

CODE MOVEABLE DISCARDABLE
DATA MOVEABLE MULTIPLE

HEAPSIZE	45055
STACKSIZE	5120
;STACKSIZE	1048576

EXPORTS
  MainWndProc	@1
  About		@22
  LEditWndProc  @5