Make the zlib compile against the tinycrt library.
[git-build-vc9.git] / tcrt / msvcrt.def
blob5668c835fbd02fc2b3ff7223ae0c5fd0dcfb81d6
1 LIBRARY "msvcrt.dll"
2 EXPORTS
3 memcpy
4 memmove
5 memset
6 memcmp
7 memchr
8 strlen
9 strnlen
10 strcpy
11 strncpy
12 strcat
13 strcmp
14 strncmp
15 strchr
16 strrchr
17 strstr
18 strspn
19 strcspn
20 wcslen
22 atoi
23 strtol
24 strtoul
25 _strtoi64
26 _strtoui64
27 rand
28 srand
30 _mktemp
31 sscanf
32 vsprintf
33 _vsnprintf
35 _gmtime64
36 _localtime64
38 _wassert