Skip to content

Commit

Permalink
Bug #43, def文件编码改为UTF8,避免国外用户def神秘失败
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed Apr 12, 2023
1 parent c292959 commit 35fa85a
Show file tree
Hide file tree
Showing 29 changed files with 86 additions and 86 deletions.
2 changes: 1 addition & 1 deletion Tools/10.0.10240.0/ARM/vccorlib.wincorlib.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY wincorlib.dll
LIBRARY wincorlib.dll
EXPORTS
?<Dispose>@Exception@Platform@@U$AAAXXZ
?<Dispose>@String@Platform@@U$AAAXXZ
Expand Down
2 changes: 1 addition & 1 deletion Tools/10.0.10240.0/ARM/vcruntime.ucrtbase.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY ucrtbase.dll
LIBRARY ucrtbase.dll
EXPORTS
_CreateFrameInfo
_CxxThrowException
Expand Down
2 changes: 1 addition & 1 deletion Tools/10.0.10240.0/ARM64/vccorlib.wincorlib.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY wincorlib.dll
LIBRARY wincorlib.dll
EXPORTS
?<Dispose>@Exception@Platform@@UE$AAAXXZ
?<Dispose>@String@Platform@@UE$AAAXXZ
Expand Down
2 changes: 1 addition & 1 deletion Tools/10.0.10240.0/ARM64/vcruntime.ucrtbase.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY ucrtbase.dll
LIBRARY ucrtbase.dll
EXPORTS
_CreateFrameInfo
_CxxThrowException
Expand Down
4 changes: 2 additions & 2 deletions Tools/10.0.10240.0/Win32/vccorlib.wincorlib.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY wincorlib.dll
LIBRARY wincorlib.dll
EXPORTS
?<Dispose>@Exception@Platform@@U$AAAXXZ
?<Dispose>@String@Platform@@U$AAAXXZ
Expand Down Expand Up @@ -261,7 +261,7 @@ EXPORTS



;�������ţ������ṩ����
;其他符号,用与提供兼容
?EnableFactoryCache@@YGXXZ
?InitializeData@Details@Platform@@YGJH@Z
?UninitializeData@Details@Platform@@YGXH@Z
Expand Down
2 changes: 1 addition & 1 deletion Tools/10.0.10240.0/Win32/vcruntime.ucrtbase.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY ucrtbase.dll
LIBRARY ucrtbase.dll
EXPORTS
_CreateFrameInfo
_CxxThrowException@8
Expand Down
2 changes: 1 addition & 1 deletion Tools/10.0.10240.0/x64/vccorlib.wincorlib.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY wincorlib.dll
LIBRARY wincorlib.dll
EXPORTS
?<Dispose>@Exception@Platform@@UE$AAAXXZ
?<Dispose>@String@Platform@@UE$AAAXXZ
Expand Down
2 changes: 1 addition & 1 deletion Tools/10.0.10240.0/x64/vcruntime.ucrtbase.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY ucrtbase.dll
LIBRARY ucrtbase.dll
EXPORTS
_CreateFrameInfo
_CxxThrowException
Expand Down
2 changes: 1 addition & 1 deletion Tools/10.0.19041.0/Win32/vcruntime.ucrtbase.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY ucrtbase.dll
LIBRARY ucrtbase.dll
EXPORTS
_CreateFrameInfo
_CxxThrowException@8
Expand Down
2 changes: 1 addition & 1 deletion Tools/10.0.19041.0/arm/vcruntime.ucrtbase.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY ucrtbase.dll
LIBRARY ucrtbase.dll
EXPORTS
_CreateFrameInfo
_CxxThrowException
Expand Down
2 changes: 1 addition & 1 deletion Tools/10.0.19041.0/arm64/vcruntime.ucrtbase.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY ucrtbase.dll
LIBRARY ucrtbase.dll
EXPORTS
_CreateFrameInfo
_CxxThrowException
Expand Down
2 changes: 1 addition & 1 deletion Tools/10.0.19041.0/x64/vcruntime.ucrtbase.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY ucrtbase.dll
LIBRARY ucrtbase.dll
EXPORTS
_CreateFrameInfo
_CxxThrowException
Expand Down
20 changes: 10 additions & 10 deletions Tools/5.1.2600.0/Win32/ucrtbase.msvcrt.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY msvcrt.dll
LIBRARY msvcrt.dll
EXPORTS
_CIacos
_CIasin
Expand Down Expand Up @@ -157,11 +157,11 @@ _beginthreadex
;_byteswap_uint64 t
;_byteswap_ulong t
;_byteswap_ushort t
;_c_exit t ��Ȼ֧�֣�����Ϊ�˽�������Լ� at_quick_exit���� ����ʹ��msvcrt���õ�
;_c_exit t 虽然支持,但是为了解决死锁以及 at_quick_exit所以 不在使用msvcrt内置的
_cabs
_callnewh
;_calloc_base w
;_cexit t ��Ȼ֧�֣�����Ϊ�˽�������Լ� at_quick_exit���� ����ʹ��msvcrt���õ�
;_cexit t 虽然支持,但是为了解决死锁以及 at_quick_exit所以 不在使用msvcrt内置的
_cgets
;_cgets_s x
_cgetws
Expand Down Expand Up @@ -229,7 +229,7 @@ _execv
_execve
_execvp
_execvpe
;_exit x ��Ȼ֧�֣�����Ϊ�˽�������Լ� at_quick_exit���� ����ʹ��msvcrt���õ�
;_exit x 虽然支持,但是为了解决死锁以及 at_quick_exit所以 不在使用msvcrt内置的
_expand
;_fclose_nolock
_fcloseall
Expand Down Expand Up @@ -560,7 +560,7 @@ _mbsicmp
;_mbsicmp_l x
_mbsicoll
;_mbsicoll_l x
;_mbsinc x Winxp 2003�İ汾����Խ����գ����Թ��ⲻʹ��ϵͳ��
;_mbsinc x Winxp 2003的版本存在越界风险,所以故意不使用系统的
;_mbsinc_l x
_mbslen
;_mbslen_l x
Expand Down Expand Up @@ -728,7 +728,7 @@ _spawnvp
_spawnvpe
_splitpath
;_splitpath_s x
;_stat32 t msvcrt�汾��Bug
;_stat32 t msvcrt版本有Bug
;_stat32i64 t
;_stat64 t
;_stat64i32 t
Expand Down Expand Up @@ -1078,7 +1078,7 @@ div
;erfcl x
;erff x
;erfl x
;exit t ��Ȼ֧�֣�����Ϊ�˽�������Լ� at_quick_exit���� ����ʹ��msvcrt���õ�
;exit t 虽然支持,但是为了解决死锁以及 at_quick_exit所以 不在使用msvcrt内置的
exp
;exp2 x
;exp2f x
Expand Down Expand Up @@ -1191,7 +1191,7 @@ ldiv
;llround x
;llroundf x
;llroundl x
;localeconv x Win7��ʼ�ŵ��� _W_decimal_point�ȳ�Ա
;localeconv x Win7开始才导出 _W_decimal_point等成员
log
log10
;log1p x
Expand Down Expand Up @@ -1381,7 +1381,7 @@ wctomb



;����weak��Ҫ����ʷ�������Ƽ����ṩ��Ȼ�� weak ��ת
;处于weak需要,历史函数名称继续提供,然后 weak 跳转
_findfirst
_findnext
_findfirsti64
Expand Down Expand Up @@ -1415,7 +1415,7 @@ _XcptFilter
?terminate@@YAXXZ


;�ڲ�ʹ�õĵĵ�������
;内部使用的的导出符号
__argc DATA
__argv DATA
__wargv DATA
Expand Down
8 changes: 4 additions & 4 deletions Tools/5.1.2600.0/Win32/vcruntime.msvcrt.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY msvcrt.dll
LIBRARY msvcrt.dll
EXPORTS
;_CreateFrameInfo x
_CxxThrowException@8
Expand Down Expand Up @@ -83,13 +83,13 @@ wcsstr



;ijЩ�Ϸ��ţ�ͨ��ijЩ��ʽת�������·���
;某些老符号,通过某些形式转换到了新符号
?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z
?set_unexpected@@YAP6AXXZP6AXXZ@Z
?unexpected@@YAXXZ
_setjmp

;type_info�����࣬Ϊ�˷�ֹ��ͻ������ֻ����imp����
;type_info导出类,为了防止冲突,我们只导出imp符号
?before@type_info@@QBEHABV1@@Z DATA
?name@type_info@@QBEPBDXZ DATA
??9type_info@@QBEHABV0@@Z DATA
Expand All @@ -99,5 +99,5 @@ _setjmp



; �ڲ��õ���һ������
; 内部用到的一个函数
_amsg_exit
10 changes: 5 additions & 5 deletions Tools/5.2.3790.0/x64/ucrtbase.msvcrt.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY msvcrt.dll
LIBRARY msvcrt.dll
EXPORTS
;_Cbuild x
;_Cmulcc x
Expand Down Expand Up @@ -686,7 +686,7 @@ _splitpath
;_splitpath_s
;_stat32 x
;_stat32i64 x
;_stat64 x ϵͳԭ�����Bug
;_stat64 x 系统原版存在Bug
;_stat64i32 x
_statusfp
;_strcoll_l
Expand Down Expand Up @@ -1156,7 +1156,7 @@ ldiv
;llround x
;llroundf x
;llroundl x
;localeconv x Win7�Ľṹ�������
;localeconv x Win7的结构体才完整
log
log10
log10f
Expand Down Expand Up @@ -1353,7 +1353,7 @@ wctomb



;����weak��Ҫ����ʷ�������Ƽ����ṩ��Ȼ�� weak ��ת
;处于weak需要,历史函数名称继续提供,然后 weak 跳转
_findfirst
_findnext
_findfirsti64
Expand Down Expand Up @@ -1390,7 +1390,7 @@ ctime



;�ڲ�ʹ�õĵĵ�������
;内部使用的的导出符号
__argc DATA
__argv DATA
__wargv DATA
Expand Down
6 changes: 3 additions & 3 deletions Tools/5.2.3790.0/x64/vcruntime.msvcrt.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY msvcrt.dll
LIBRARY msvcrt.dll
EXPORTS
;_CreateFrameInfo x
_CxxThrowException
Expand Down Expand Up @@ -75,7 +75,7 @@ wcsstr



;�ڲ�ת����Ҫ
;内部转发需要
_setjmp
_setjmpex
?_set_se_translator@@YAP6AXIPEAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z
Expand All @@ -91,5 +91,5 @@ _setjmpex
?raw_name@type_info@@QEBAPEBDXZ DATA


; �ڲ��õ���һ������
; 内部用到的一个函数
_amsg_exit
18 changes: 9 additions & 9 deletions Tools/6.0.6000.0/Win32/ucrtbase.msvcrt.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY msvcrt.dll
LIBRARY msvcrt.dll
EXPORTS
_CIacos
_CIasin
Expand Down Expand Up @@ -157,11 +157,11 @@ _beginthreadex
;_byteswap_uint64 t
;_byteswap_ulong t
;_byteswap_ushort t
;_c_exit t ��Ȼ֧�֣�����Ϊ�˽�������Լ� at_quick_exit���� ����ʹ��msvcrt���õ�
;_c_exit t 虽然支持,但是为了解决死锁以及 at_quick_exit所以 不在使用msvcrt内置的
_cabs
_callnewh
;_calloc_base w
;_cexit t ��Ȼ֧�֣�����Ϊ�˽�������Լ� at_quick_exit���� ����ʹ��msvcrt���õ�
;_cexit t 虽然支持,但是为了解决死锁以及 at_quick_exit所以 不在使用msvcrt内置的
_cgets
_cgets_s
_cgetws
Expand Down Expand Up @@ -229,7 +229,7 @@ _execv
_execve
_execvp
_execvpe
;_exit x ��Ȼ֧�֣�����Ϊ�˽�������Լ� at_quick_exit���� ����ʹ��msvcrt���õ�
;_exit x 虽然支持,但是为了解决死锁以及 at_quick_exit所以 不在使用msvcrt内置的
_expand
;_fclose_nolock
_fcloseall
Expand Down Expand Up @@ -728,7 +728,7 @@ _spawnvp
_spawnvpe
_splitpath
_splitpath_s
;_stat32 t msvcrt�汾��Bug
;_stat32 t msvcrt版本有Bug
;_stat32i64 t
;_stat64 t
;_stat64i32 t
Expand Down Expand Up @@ -1078,7 +1078,7 @@ div
;erfcl x
;erff x
;erfl x
;exit t ��Ȼ֧�֣�����Ϊ�˽�������Լ� at_quick_exit���� ����ʹ��msvcrt���õ�
;exit t 虽然支持,但是为了解决死锁以及 at_quick_exit所以 不在使用msvcrt内置的
exp
;exp2 x
;exp2f x
Expand Down Expand Up @@ -1191,7 +1191,7 @@ ldiv
;llround x
;llroundf x
;llroundl x
;localeconv x Win7��ʼ�ŵ��� _W_decimal_point�ȳ�Ա
;localeconv x Win7开始才导出 _W_decimal_point等成员
log
log10
;log1p x
Expand Down Expand Up @@ -1381,7 +1381,7 @@ wctomb_s



;����weak��Ҫ����ʷ�������Ƽ����ṩ��Ȼ�� weak ��ת
;处于weak需要,历史函数名称继续提供,然后 weak 跳转
_findfirst
_findnext
_findfirsti64
Expand All @@ -1405,7 +1405,7 @@ __CppXcptFilter
?terminate@@YAXXZ


;�ڲ�ʹ�õĵĵ�������
;内部使用的的导出符号
__argc DATA
__argv DATA
__wargv DATA
Expand Down
8 changes: 4 additions & 4 deletions Tools/6.0.6000.0/Win32/vcruntime.msvcrt.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBRARY msvcrt.dll
LIBRARY msvcrt.dll
EXPORTS
;_CreateFrameInfo x
_CxxThrowException@8
Expand Down Expand Up @@ -83,13 +83,13 @@ wcsstr



;ijЩ�Ϸ��ţ�ͨ��ijЩ��ʽת�������·���
;某些老符号,通过某些形式转换到了新符号
?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z
?set_unexpected@@YAP6AXXZP6AXXZ@Z
?unexpected@@YAXXZ
_setjmp

;type_info�����࣬Ϊ�˷�ֹ��ͻ������ֻ����imp����
;type_info导出类,为了防止冲突,我们只导出imp符号
?before@type_info@@QBEHABV1@@Z DATA
?name@type_info@@QBEPBDXZ DATA
??9type_info@@QBEHABV0@@Z DATA
Expand All @@ -99,5 +99,5 @@ _setjmp



; �ڲ��õ���һ������
; 内部用到的一个函数
_amsg_exit
Loading

0 comments on commit 35fa85a

Please sign in to comment.