[ros-diffs] [tkreuzer] 46583: [FASTFAT] include ctype.h, instead of wctype.h (the latter is not present in ms headers)
tkreuzer at svn.reactos.org
tkreuzer at svn.reactos.org
Tue Mar 30 08:10:12 CEST 2010
Author: tkreuzer
Date: Tue Mar 30 08:10:11 2010
New Revision: 46583
URL: http://svn.reactos.org/svn/reactos?rev=46583&view=rev
Log:
[FASTFAT]
include ctype.h, instead of wctype.h (the latter is not present in ms headers)
Modified:
branches/ros-amd64-bringup/reactos/drivers/filesystems/fastfat/fcb.c
Modified: branches/ros-amd64-bringup/reactos/drivers/filesystems/fastfat/fcb.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/drivers/filesystems/fastfat/fcb.c?rev=46583&r1=46582&r2=46583&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/drivers/filesystems/fastfat/fcb.c [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/drivers/filesystems/fastfat/fcb.c [iso-8859-1] Tue Mar 30 08:10:11 2010
@@ -11,7 +11,7 @@
/* ------------------------------------------------------- INCLUDES */
#ifdef __GNUC__
-#include <wctype.h> /* towlower prototype */
+#include <ctype.h> /* towlower prototype */
#endif
#define NDEBUG
More information about the Ros-diffs
mailing list