Commit 7f72332d authored by Alexandre Julliard's avatar Alexandre Julliard

msvcr120: Avoid duplicate spec file entry for creal().

parent 5d282ec6
...@@ -202,8 +202,7 @@ ...@@ -202,8 +202,7 @@
@ stub cproj @ stub cproj
@ stub cprojf @ stub cprojf
@ stub cprojl @ stub cprojl
@ cdecl -arch=i386 creal(double double) ucrtbase.creal @ cdecl creal(int128) ucrtbase.creal
@ cdecl -arch=arm,x86_64,arm64 creal(ptr) ucrtbase.creal
@ stub crealf @ stub crealf
@ stub creall @ stub creall
@ stub csin @ stub csin
......
...@@ -2103,8 +2103,7 @@ ...@@ -2103,8 +2103,7 @@
@ stub cproj @ stub cproj
@ stub cprojf @ stub cprojf
@ stub cprojl @ stub cprojl
@ cdecl -arch=i386 creal(double double) MSVCR120_creal @ cdecl creal(int128) MSVCR120_creal
@ cdecl -arch=arm,x86_64,arm64 creal(ptr) MSVCR120_creal
@ stub crealf @ stub crealf
@ stub creall @ stub creall
@ stub csin @ stub csin
......
...@@ -1769,8 +1769,7 @@ ...@@ -1769,8 +1769,7 @@
@ stub cproj @ stub cproj
@ stub cprojf @ stub cprojf
@ stub cprojl @ stub cprojl
@ cdecl -arch=i386 creal(double double) msvcr120.creal @ cdecl creal(int128) msvcr120.creal
@ cdecl -arch=arm,x86_64,arm64 creal(ptr) msvcr120.creal
@ stub crealf @ stub crealf
@ stub creall @ stub creall
@ stub csin @ stub csin
......
...@@ -2246,8 +2246,7 @@ ...@@ -2246,8 +2246,7 @@
@ stub cproj @ stub cproj
@ stub cprojf @ stub cprojf
@ stub cprojl @ stub cprojl
@ cdecl -arch=i386 creal(double double) MSVCR120_creal @ cdecl creal(int128) MSVCR120_creal
@ cdecl -arch=arm,x86_64,arm64 creal(ptr) MSVCR120_creal
@ stub crealf @ stub crealf
@ stub creall @ stub creall
@ stub csin @ stub csin
......
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