fix building with msvc
authorChristoph von Wittich <christoph_vw@reactos.org>
Wed, 21 Nov 2007 17:18:25 +0000 (17:18 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Wed, 21 Nov 2007 17:18:25 +0000 (17:18 +0000)
svn path=/trunk/; revision=30639

reactos/drivers/filesystems/vfat/fcb.c

index be35605..20a40bb 100644 (file)
@@ -10,7 +10,9 @@
 
 /*  -------------------------------------------------------  INCLUDES  */
 
+#ifdef __GNUC__
 #include <wctype.h> /* towlower prototype */
+#endif
 
 #define NDEBUG
 #include "vfat.h"