[ros-diffs] [tkreuzer] 45409: [CRT] Add back sin and cos to libcntpr, as they are needed by win32k atm ...

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Thu Feb 4 05:45:58 CET 2010


Author: tkreuzer
Date: Thu Feb  4 05:45:58 2010
New Revision: 45409

URL: http://svn.reactos.org/svn/reactos?rev=45409&view=rev
Log:
[CRT]
Add back sin and cos to libcntpr, as they are needed by win32k atm ...

Modified:
    branches/ros-amd64-bringup/reactos/lib/sdk/crt/libcntpr.rbuild

Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/libcntpr.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sdk/crt/libcntpr.rbuild?rev=45409&r1=45408&r2=45409&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/lib/sdk/crt/libcntpr.rbuild [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/libcntpr.rbuild [iso-8859-1] Thu Feb  4 05:45:58 2010
@@ -59,6 +59,8 @@
 			</directory>
 		</if>
 		<if property="ARCH" value="amd64">
+			<file>cos.c</file>
+			<file>sin.c</file>
 			<directory name="amd64">
 				<file>alldiv.S</file>
 				<file>atan.S</file>




More information about the Ros-diffs mailing list