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/fc... ============================================================================== --- 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"