Author: tkreuzer
Date: Sat Nov 14 03:11:01 2009
New Revision: 44146
URL:
http://svn.reactos.org/svn/reactos?rev=44146&view=rev
Log:
fix x86 build
Modified:
branches/ros-amd64-bringup/reactos/lib/rtl/swprintf.c
Modified: branches/ros-amd64-bringup/reactos/lib/rtl/swprintf.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/r…
==============================================================================
--- branches/ros-amd64-bringup/reactos/lib/rtl/swprintf.c [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/lib/rtl/swprintf.c [iso-8859-1] Sat Nov 14 03:11:01
2009
@@ -395,8 +395,10 @@
wchar_t * str, * end;
const char *s;
const wchar_t *sw;
+#if 0
const wchar_t *ss;
-// double _double;
+ double _double;
+#endif
int flags; /* flags to number() */