Commit e4f92e04 authored by Alexandre Julliard's avatar Alexandre Julliard

msvcrt: Don't import atexit to avoid conflicts with the Mingw runtime.

parent 4a361b04
...@@ -346,7 +346,7 @@ ...@@ -346,7 +346,7 @@
@ cdecl asin(double) msvcrt.asin @ cdecl asin(double) msvcrt.asin
@ cdecl atan(double) msvcrt.atan @ cdecl atan(double) msvcrt.atan
@ cdecl atan2(double double) msvcrt.atan2 @ cdecl atan2(double double) msvcrt.atan2
@ cdecl atexit(ptr) msvcrt.atexit @ cdecl -private atexit(ptr) msvcrt.atexit
@ cdecl atof(str) msvcrt.atof @ cdecl atof(str) msvcrt.atof
@ cdecl atoi(str) msvcrt.atoi @ cdecl atoi(str) msvcrt.atoi
@ cdecl atol(str) msvcrt.atol @ cdecl atol(str) msvcrt.atol
......
...@@ -1635,7 +1635,7 @@ ...@@ -1635,7 +1635,7 @@
@ cdecl -arch=arm,x86_64 atanf(float) MSVCRT_atanf @ cdecl -arch=arm,x86_64 atanf(float) MSVCRT_atanf
@ cdecl atan2(double double) MSVCRT_atan2 @ cdecl atan2(double double) MSVCRT_atan2
@ cdecl -arch=arm,x86_64 atan2f(float float) MSVCRT_atan2f @ cdecl -arch=arm,x86_64 atan2f(float float) MSVCRT_atan2f
@ cdecl atexit(ptr) MSVCRT_atexit @ cdecl -private atexit(ptr) MSVCRT_atexit # not imported to avoid conflicts with Mingw
@ cdecl atof(str) MSVCRT_atof @ cdecl atof(str) MSVCRT_atof
@ cdecl atoi(str) MSVCRT_atoi @ cdecl atoi(str) MSVCRT_atoi
@ cdecl atol(str) ntdll.atol @ cdecl atol(str) ntdll.atol
......
...@@ -1993,7 +1993,7 @@ ...@@ -1993,7 +1993,7 @@
@ cdecl -arch=arm,x86_64 atanf(float) MSVCRT_atanf @ cdecl -arch=arm,x86_64 atanf(float) MSVCRT_atanf
@ cdecl atan2(double double) MSVCRT_atan2 @ cdecl atan2(double double) MSVCRT_atan2
@ cdecl -arch=arm,x86_64 atan2f(float float) MSVCRT_atan2f @ cdecl -arch=arm,x86_64 atan2f(float float) MSVCRT_atan2f
@ cdecl atexit(ptr) MSVCRT_atexit @ cdecl -private atexit(ptr) MSVCRT_atexit # not imported to avoid conflicts with Mingw
@ cdecl atof(str) MSVCRT_atof @ cdecl atof(str) MSVCRT_atof
@ cdecl atoi(str) MSVCRT_atoi @ cdecl atoi(str) MSVCRT_atoi
@ cdecl atol(str) ntdll.atol @ cdecl atol(str) ntdll.atol
......
...@@ -2028,7 +2028,7 @@ ...@@ -2028,7 +2028,7 @@
@ stub atanh @ stub atanh
@ stub atanhf @ stub atanhf
@ stub atanhl @ stub atanhl
@ cdecl atexit(ptr) MSVCRT_atexit @ cdecl -private atexit(ptr) MSVCRT_atexit # not imported to avoid conflicts with Mingw
@ cdecl atof(str) MSVCRT_atof @ cdecl atof(str) MSVCRT_atof
@ cdecl atoi(str) MSVCRT_atoi @ cdecl atoi(str) MSVCRT_atoi
@ cdecl atol(str) ntdll.atol @ cdecl atol(str) ntdll.atol
......
...@@ -1694,7 +1694,7 @@ ...@@ -1694,7 +1694,7 @@
@ stub atanh @ stub atanh
@ stub atanhf @ stub atanhf
@ stub atanhl @ stub atanhl
@ cdecl atexit(ptr) msvcr120.atexit @ cdecl -private atexit(ptr) msvcr120.atexit
@ cdecl atof(str) msvcr120.atof @ cdecl atof(str) msvcr120.atof
@ cdecl atoi(str) msvcr120.atoi @ cdecl atoi(str) msvcr120.atoi
@ cdecl atol(str) msvcr120.atol @ cdecl atol(str) msvcr120.atol
......
...@@ -686,7 +686,7 @@ ...@@ -686,7 +686,7 @@
@ cdecl asin(double) MSVCRT_asin @ cdecl asin(double) MSVCRT_asin
@ cdecl atan(double) MSVCRT_atan @ cdecl atan(double) MSVCRT_atan
@ cdecl atan2(double double) MSVCRT_atan2 @ cdecl atan2(double double) MSVCRT_atan2
@ cdecl atexit(ptr) MSVCRT_atexit @ cdecl -private atexit(ptr) MSVCRT_atexit # not imported to avoid conflicts with Mingw
@ cdecl atof(str) MSVCRT_atof @ cdecl atof(str) MSVCRT_atof
@ cdecl atoi(str) MSVCRT_atoi @ cdecl atoi(str) MSVCRT_atoi
@ cdecl atol(str) ntdll.atol @ cdecl atol(str) ntdll.atol
......
...@@ -682,7 +682,7 @@ ...@@ -682,7 +682,7 @@
@ cdecl asin(double) MSVCRT_asin @ cdecl asin(double) MSVCRT_asin
@ cdecl atan(double) MSVCRT_atan @ cdecl atan(double) MSVCRT_atan
@ cdecl atan2(double double) MSVCRT_atan2 @ cdecl atan2(double double) MSVCRT_atan2
@ cdecl atexit(ptr) MSVCRT_atexit @ cdecl -private atexit(ptr) MSVCRT_atexit # not imported to avoid conflicts with Mingw
@ cdecl atof(str) MSVCRT_atof @ cdecl atof(str) MSVCRT_atof
@ cdecl atoi(str) MSVCRT_atoi @ cdecl atoi(str) MSVCRT_atoi
@ cdecl atol(str) ntdll.atol @ cdecl atol(str) ntdll.atol
......
...@@ -1318,7 +1318,7 @@ ...@@ -1318,7 +1318,7 @@
@ cdecl -arch=arm,x86_64 atanf(float) MSVCRT_atanf @ cdecl -arch=arm,x86_64 atanf(float) MSVCRT_atanf
@ cdecl atan2(double double) MSVCRT_atan2 @ cdecl atan2(double double) MSVCRT_atan2
@ cdecl -arch=arm,x86_64 atan2f(float float) MSVCRT_atan2f @ cdecl -arch=arm,x86_64 atan2f(float float) MSVCRT_atan2f
@ cdecl atexit(ptr) MSVCRT_atexit @ cdecl -private atexit(ptr) MSVCRT_atexit # not imported to avoid conflicts with Mingw
@ cdecl atof(str) MSVCRT_atof @ cdecl atof(str) MSVCRT_atof
@ cdecl atoi(str) MSVCRT_atoi @ cdecl atoi(str) MSVCRT_atoi
@ cdecl atol(str) ntdll.atol @ cdecl atol(str) ntdll.atol
......
...@@ -1290,7 +1290,7 @@ ...@@ -1290,7 +1290,7 @@
@ cdecl -arch=arm,x86_64 asinf(float) MSVCRT_asinf @ cdecl -arch=arm,x86_64 asinf(float) MSVCRT_asinf
@ cdecl -arch=arm,x86_64 atan2f(float float) MSVCRT_atan2f @ cdecl -arch=arm,x86_64 atan2f(float float) MSVCRT_atan2f
@ cdecl -arch=arm,x86_64 atanf(float) MSVCRT_atanf @ cdecl -arch=arm,x86_64 atanf(float) MSVCRT_atanf
@ cdecl atexit(ptr) MSVCRT_atexit @ cdecl -private atexit(ptr) MSVCRT_atexit # not imported to avoid conflicts with Mingw
@ cdecl atof(str) MSVCRT_atof @ cdecl atof(str) MSVCRT_atof
@ cdecl atoi(str) MSVCRT_atoi @ cdecl atoi(str) MSVCRT_atoi
@ cdecl atol(str) ntdll.atol @ cdecl atol(str) ntdll.atol
......
...@@ -1253,7 +1253,7 @@ ...@@ -1253,7 +1253,7 @@
@ cdecl -arch=arm,x86_64 asinf(float) MSVCRT_asinf @ cdecl -arch=arm,x86_64 asinf(float) MSVCRT_asinf
@ cdecl -arch=arm,x86_64 atanf(float) MSVCRT_atanf @ cdecl -arch=arm,x86_64 atanf(float) MSVCRT_atanf
@ cdecl -arch=arm,x86_64 atan2f(float float) MSVCRT_atan2f @ cdecl -arch=arm,x86_64 atan2f(float float) MSVCRT_atan2f
@ cdecl atexit(ptr) MSVCRT_atexit @ cdecl -private atexit(ptr) MSVCRT_atexit # not imported to avoid conflicts with Mingw
@ cdecl atof(str) MSVCRT_atof @ cdecl atof(str) MSVCRT_atof
@ cdecl atoi(str) MSVCRT_atoi @ cdecl atoi(str) MSVCRT_atoi
@ cdecl atol(str) ntdll.atol @ cdecl atol(str) ntdll.atol
......
...@@ -1274,7 +1274,7 @@ ...@@ -1274,7 +1274,7 @@
@ cdecl asin(double) msvcrt.asin @ cdecl asin(double) msvcrt.asin
@ cdecl atan(double) msvcrt.atan @ cdecl atan(double) msvcrt.atan
@ cdecl atan2(double double) msvcrt.atan2 @ cdecl atan2(double double) msvcrt.atan2
@ cdecl atexit(ptr) msvcrt.atexit @ cdecl -private atexit(ptr) msvcrt.atexit
@ cdecl atof(str) msvcrt.atof @ cdecl atof(str) msvcrt.atof
@ cdecl atoi(str) msvcrt.atoi @ cdecl atoi(str) msvcrt.atoi
@ cdecl atol(str) msvcrt.atol @ cdecl atol(str) msvcrt.atol
......
...@@ -1342,7 +1342,7 @@ ...@@ -1342,7 +1342,7 @@
@ cdecl asin(double) msvcrt.asin @ cdecl asin(double) msvcrt.asin
@ cdecl atan(double) msvcrt.atan @ cdecl atan(double) msvcrt.atan
@ cdecl atan2(double double) msvcrt.atan2 @ cdecl atan2(double double) msvcrt.atan2
@ cdecl atexit(ptr) msvcrt.atexit @ cdecl -private atexit(ptr) msvcrt.atexit
@ cdecl atof(str) msvcrt.atof @ cdecl atof(str) msvcrt.atof
@ cdecl atoi(str) msvcrt.atoi @ cdecl atoi(str) msvcrt.atoi
@ cdecl atol(str) msvcrt.atol @ cdecl atol(str) msvcrt.atol
......
...@@ -638,7 +638,7 @@ ...@@ -638,7 +638,7 @@
@ cdecl asin(double) msvcrt.asin @ cdecl asin(double) msvcrt.asin
@ cdecl atan(double) msvcrt.atan @ cdecl atan(double) msvcrt.atan
@ cdecl atan2(double double) msvcrt.atan2 @ cdecl atan2(double double) msvcrt.atan2
@ cdecl atexit(ptr) msvcrt.atexit @ cdecl -private atexit(ptr) msvcrt.atexit
@ cdecl atof(str) msvcrt.atof @ cdecl atof(str) msvcrt.atof
@ cdecl atoi(str) msvcrt.atoi @ cdecl atoi(str) msvcrt.atoi
@ cdecl atol(str) msvcrt.atol @ cdecl atol(str) msvcrt.atol
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment