|
1 |
| -LIBRARY msvcrt.dll |
| 1 | +LIBRARY msvcrt.dll |
2 | 2 | EXPORTS
|
3 | 3 | _CIacos
|
4 | 4 | _CIasin
|
@@ -157,11 +157,11 @@ _beginthreadex
|
157 | 157 | ;_byteswap_uint64 t
|
158 | 158 | ;_byteswap_ulong t
|
159 | 159 | ;_byteswap_ushort t
|
160 |
| -;_c_exit t ��Ȼ֧�֣�����Ϊ�˽�������Լ� at_quick_exit���� ����ʹ��msvcrt���õ� |
| 160 | +;_c_exit t 虽然支持,但是为了解决死锁以及 at_quick_exit所以 不在使用msvcrt内置的 |
161 | 161 | _cabs
|
162 | 162 | _callnewh
|
163 | 163 | ;_calloc_base w
|
164 |
| -;_cexit t ��Ȼ֧�֣�����Ϊ�˽�������Լ� at_quick_exit���� ����ʹ��msvcrt���õ� |
| 164 | +;_cexit t 虽然支持,但是为了解决死锁以及 at_quick_exit所以 不在使用msvcrt内置的 |
165 | 165 | _cgets
|
166 | 166 | ;_cgets_s x
|
167 | 167 | _cgetws
|
@@ -229,7 +229,7 @@ _execv
|
229 | 229 | _execve
|
230 | 230 | _execvp
|
231 | 231 | _execvpe
|
232 |
| -;_exit x ��Ȼ֧�֣�����Ϊ�˽�������Լ� at_quick_exit���� ����ʹ��msvcrt���õ� |
| 232 | +;_exit x 虽然支持,但是为了解决死锁以及 at_quick_exit所以 不在使用msvcrt内置的 |
233 | 233 | _expand
|
234 | 234 | ;_fclose_nolock
|
235 | 235 | _fcloseall
|
@@ -560,7 +560,7 @@ _mbsicmp
|
560 | 560 | ;_mbsicmp_l x
|
561 | 561 | _mbsicoll
|
562 | 562 | ;_mbsicoll_l x
|
563 |
| -;_mbsinc x Winxp 2003�İ汾����Խ����գ����Թ��ⲻʹ��ϵͳ�� |
| 563 | +;_mbsinc x Winxp 2003的版本存在越界风险,所以故意不使用系统的 |
564 | 564 | ;_mbsinc_l x
|
565 | 565 | _mbslen
|
566 | 566 | ;_mbslen_l x
|
@@ -728,7 +728,7 @@ _spawnvp
|
728 | 728 | _spawnvpe
|
729 | 729 | _splitpath
|
730 | 730 | ;_splitpath_s x
|
731 |
| -;_stat32 t msvcrt�汾��Bug |
| 731 | +;_stat32 t msvcrt版本有Bug |
732 | 732 | ;_stat32i64 t
|
733 | 733 | ;_stat64 t
|
734 | 734 | ;_stat64i32 t
|
@@ -1078,7 +1078,7 @@ div
|
1078 | 1078 | ;erfcl x
|
1079 | 1079 | ;erff x
|
1080 | 1080 | ;erfl x
|
1081 |
| -;exit t ��Ȼ֧�֣�����Ϊ�˽�������Լ� at_quick_exit���� ����ʹ��msvcrt���õ� |
| 1081 | +;exit t 虽然支持,但是为了解决死锁以及 at_quick_exit所以 不在使用msvcrt内置的 |
1082 | 1082 | exp
|
1083 | 1083 | ;exp2 x
|
1084 | 1084 | ;exp2f x
|
@@ -1191,7 +1191,7 @@ ldiv
|
1191 | 1191 | ;llround x
|
1192 | 1192 | ;llroundf x
|
1193 | 1193 | ;llroundl x
|
1194 |
| -;localeconv x Win7��ʼ�ŵ��� _W_decimal_point�ȳ�Ա |
| 1194 | +;localeconv x Win7开始才导出 _W_decimal_point等成员 |
1195 | 1195 | log
|
1196 | 1196 | log10
|
1197 | 1197 | ;log1p x
|
@@ -1381,7 +1381,7 @@ wctomb
|
1381 | 1381 |
|
1382 | 1382 |
|
1383 | 1383 |
|
1384 |
| -;����weak��Ҫ����ʷ�������Ƽ����ṩ��Ȼ�� weak ��ת |
| 1384 | +;处于weak需要,历史函数名称继续提供,然后 weak 跳转 |
1385 | 1385 | _findfirst
|
1386 | 1386 | _findnext
|
1387 | 1387 | _findfirsti64
|
@@ -1415,7 +1415,7 @@ _XcptFilter
|
1415 | 1415 | ?terminate@@YAXXZ
|
1416 | 1416 |
|
1417 | 1417 |
|
1418 |
| -;�ڲ�ʹ�õĵĵ������� |
| 1418 | +;内部使用的的导出符号 |
1419 | 1419 | __argc DATA
|
1420 | 1420 | __argv DATA
|
1421 | 1421 | __wargv DATA
|
|
0 commit comments