comparison dwcompat.def @ 580:d7c338ac926a

Sweeping changes to the compatibility module, moved all socket code out of the DLL and into macros in compat.h, socksprintf() is now gone, replaced by the sockprint() macro and the vargs() function. This allows the DLL and application to be compiled with different compilers (and C libraries).
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 20 May 2005 03:32:25 +0000
parents 1a210e2f214b
children
comparison
equal deleted inserted replaced
579:cea01bd2e0a7 580:d7c338ac926a
6 6
7 CODE LOADONCALL 7 CODE LOADONCALL
8 DATA NONSHARED LOADONCALL 8 DATA NONSHARED LOADONCALL
9 9
10 EXPORTS 10 EXPORTS
11 sockread @10
12 sockwrite @11
13 sockclose @12
14 socksprintf @13
15 sockpipe @14
16 sockinit @15
17 sockshutdown @16
18
19 makedir @20 11 makedir @20
20 nonblock @21 12 vargs @21
21 setfileinfo @22 13 setfileinfo @22
22 drivefree @23 14 drivefree @23
23 isdrive @24 15 isdrive @24
24 drivesize @25 16 drivesize @25
25 getfsname @26 17 getfsname @26
26 block @27
27 18
28 _opendir @30 19 _opendir @30
29 _openxdir @31 20 _openxdir @31
30 _readdir @32 21 _readdir @32
31 _seekdir @33 22 _seekdir @33