File: test2_os2_dll.def

package info (click to toggle)
regina 3.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,928 kB
  • ctags: 7,233
  • sloc: ansic: 50,555; sh: 2,727; lex: 2,298; yacc: 1,498; makefile: 1,010; cpp: 117
file content (15 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
;
; test2_os2_dll.def
;
LIBRARY test2 INITINSTANCE
DESCRIPTION 'Regina Test DLL 2'
DATA    MULTIPLE NONSHARED

STACKSIZE   40960
HEAPSIZE    40960

EXPORTS
Test2Function1
Test2Function2
Test2LoadFuncs
Test2DropFuncs