Skip to content
Snippets Groups Projects
Commit d4caccde authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard
Browse files

msvcr120: Remove MSVCR120_ prefix from creal().

parent 62a06d17
No related branches found
No related tags found
No related merge requests found
......@@ -2104,7 +2104,7 @@
@ stub cproj
@ stub cprojf
@ stub cprojl
@ cdecl creal(int128) MSVCR120_creal
@ cdecl creal(int128)
@ stub crealf
@ stub creall
@ stub csin
......
......@@ -2966,7 +2966,7 @@ _Dcomplex CDECL _Cbuild(double r, double i)
return ret;
}
double CDECL MSVCR120_creal(_Dcomplex z)
double CDECL creal(_Dcomplex z)
{
return z._Val[0];
}
......
......@@ -2249,7 +2249,7 @@
@ stub cproj
@ stub cprojf
@ stub cprojl
@ cdecl creal(int128) MSVCR120_creal
@ cdecl creal(int128)
@ stub crealf
@ stub creall
@ stub csin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment