From 20d54e190b0af3b2510f8d2e7c390de4c3e0b86b Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Wed, 21 Nov 2007 17:18:25 +0000 Subject: [PATCH] fix building with msvc svn path=/trunk/; revision=30639 --- reactos/drivers/filesystems/vfat/fcb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/drivers/filesystems/vfat/fcb.c b/reactos/drivers/filesystems/vfat/fcb.c index be3560566bc..20a40bb2b0a 100644 --- a/reactos/drivers/filesystems/vfat/fcb.c +++ b/reactos/drivers/filesystems/vfat/fcb.c @@ -10,7 +10,9 @@ /* ------------------------------------------------------- INCLUDES */ +#ifdef __GNUC__ #include /* towlower prototype */ +#endif #define NDEBUG #include "vfat.h"