On 2015-05-14 15:44, [email protected] 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?

_______________________________________________
Ros-dev mailing list
[email protected]
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to