From 4d174be28a6ccecbd5c574b930aa91794503d4d9 Mon Sep 17 00:00:00 2001 From: squall-leonhart Date: Sun, 22 Jul 2012 20:31:54 +0000 Subject: [PATCH] clarified, and ignored another user side project file --- src/win32/VBA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32/VBA.cpp b/src/win32/VBA.cpp index 3028c143..0977987e 100644 --- a/src/win32/VBA.cpp +++ b/src/win32/VBA.cpp @@ -1,5 +1,5 @@ #if (_MSC_VER == 1600 && _M_IX86_FP >= 0 && (_MSC_FULL_VER < 160040219)) -#error You must compile this software without SSE! +#error The version of Visual Studio 2010 you are using generates SSE2 instructions when /arch:SSE is specified. Please update to Service Pack 1. #endif #ifdef NO_D3D