From 13281abbea11c46c705fe572e1d2596f35f9d024 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Mon, 27 Feb 2006 18:29:38 +0000 Subject: [PATCH] Added tchar.h incldue for people using VC Express --- AppleWin/source/StdAfx.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AppleWin/source/StdAfx.h b/AppleWin/source/StdAfx.h index 6595a296..3528228e 100644 --- a/AppleWin/source/StdAfx.h +++ b/AppleWin/source/StdAfx.h @@ -1,3 +1,6 @@ +// Not needed in VC7.1, but needed in VC Express +#include + #include #include #include