comparison os2/dwcompat.def @ 1360:32a5be18e187

Source tree cleanup, move import/export definition files to their platform folder.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 18 Nov 2011 16:45:22 +0000
parents
children 6e26c9ead2fe
comparison
equal deleted inserted replaced
1359:c98542f7ccdf 1360:32a5be18e187
1 LIBRARY DWCOMPAT INITINSTANCE TERMINSTANCE
2
3 PROTMODE
4
5 DESCRIPTION 'Dynamic Windows Compatibility Module for OS/2'
6
7 CODE LOADONCALL
8 DATA NONSHARED LOADONCALL
9
10 EXPORTS
11 makedir @20
12 vargs @21
13 setfileinfo @22
14 drivefree @23
15 isdrive @24
16 drivesize @25
17 getfsname @26
18
19 _opendir @30
20 _openxdir @31
21 _readdir @32
22 _seekdir @33
23 _telldir @34
24 _closedir @35
25
26 fsopen @40
27 fsclose @41
28 fsgets @42
29 fsseek @43
30
31 locale_init @50
32 locale_string @51
33
34 nice_strformat @60
35 initdir @61