On 2015-05-14 15:44, tkreuzer@svn.reactos.org wrote:
+_Check_return_ +float +__cdecl +ceilf( +_In_ float x) +{
- return (float)ceilf((double)x);
+}
+_Check_return_ +float +__cdecl +floorf( +_In_ float x) +{
- return (float)floorf((double)x);
+}
Did you mean to call ceil/floor here?