1;------------------------------------------------------------
2; LIBWIN32UTILS DLL DEFINITIONS FILE
3
4EXPORTS
5
6;------------------------------------------------------------
7; dirent exports
8
9opendir
10closedir
11readdir
12rewinddir
13
14;
15; Needed if !defined(_MSC_VER) && !defined(__cplusplus)
16;
17ptw32_push_cleanup
18ptw32_pop_cleanup
19;
20; Not for use directly. Needed by macros in pthread.h
21; to return internal SEH code.
22;
23ptw32_get_exception_services_code
24
25;------------------------------------------------------------
26; timer exports
27
28adler32
29compress
30crc32
31deflate
32deflateCopy
33deflateEnd
34deflateInit2_
35deflateInit_
36deflateParams
37deflateReset
38deflateSetDictionary
39gzclose
40gzdopen
41gzerror
42gzflush
43gzopen
44gzread
45gzwrite
46inflate
47inflateEnd
48inflateInit2_
49inflateInit_
50inflateReset
51inflateSetDictionary
52inflateSync
53uncompress
54zlibVersion
55gzprintf
56gzputc
57gzgetc
58gzseek
59gzrewind
60gztell
61gzeof
62gzsetparams
63zError
64inflateSyncPoint
65get_crc_table
66compress2
67gzputs
68gzgets
69
70;------------------------------------------------------------
71; other exports
72dlclose
73dlsym
74dlopen
75dlerror
76
77optind
78