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?
Yes, obviously :)
Am 16.05.2015 um 15:29 schrieb Thomas Faber:
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?
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev