From 3426000c840df05cd70ea9308482e864b895cdbb Mon Sep 17 00:00:00 2001
From: Vince Darley <vincentdarley@sourceforge.net>
Date: Tue, 14 Jan 2003 16:08:57 +0000
Subject: [PATCH] makefile fixed for BUILD_Vfs -> BUILD_vfs change

---
 win/makefile.vc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/win/makefile.vc b/win/makefile.vc
index 6c05472..9600947 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -74,7 +74,7 @@ cdebug = -Z7 -Od -WX
 !ENDIF
 
 # declarations common to all compiler options
-cflags = -c -W3 -nologo -Fp$(TMPDIR)\ -YX -DBUILD_Vfs
+cflags = -c -W3 -nologo -Fp$(TMPDIR)\ -YX -DBUILD_vfs
 
 ######################################################################
 # Link flags
-- 
2.23.0