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/drive…
==============================================================================
--- 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