[ros-diffs] [cwittich] 30639: fix building with msvc
cwittich at svn.reactos.org
cwittich at svn.reactos.org
Wed Nov 21 18:18:26 CET 2007
Author: cwittich
Date: Wed Nov 21 20:18:25 2007
New Revision: 30639
URL: http://svn.reactos.org/svn/reactos?rev=30639&view=rev
Log:
fix building with msvc
Modified:
trunk/reactos/drivers/filesystems/vfat/fcb.c
Modified: trunk/reactos/drivers/filesystems/vfat/fcb.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/vfat/fcb.c?rev=30639&r1=30638&r2=30639&view=diff
==============================================================================
--- trunk/reactos/drivers/filesystems/vfat/fcb.c (original)
+++ trunk/reactos/drivers/filesystems/vfat/fcb.c Wed Nov 21 20:18:25 2007
@@ -10,7 +10,9 @@
/* ------------------------------------------------------- INCLUDES */
+#ifdef __GNUC__
#include <wctype.h> /* towlower prototype */
+#endif
#define NDEBUG
#include "vfat.h"
More information about the Ros-diffs
mailing list