File: test1_w32_dll.def

package info (click to toggle)
regina 3.3-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,944 kB
  • ctags: 7,235
  • sloc: ansic: 50,555; sh: 2,727; lex: 2,298; yacc: 1,498; makefile: 1,019; cpp: 117
file content (10 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
;
; test1.def
;
LIBRARY test1 INITINSTANCE
HEAPSIZE 40960
STACKSIZE 10240
EXPORTS Test1Function1
EXPORTS Test1Function2
EXPORTS Test1LoadFuncs
EXPORTS Test1DropFuncs