From: Steve Holme Date: Wed, 24 Dec 2014 16:33:28 +0000 (+0000) Subject: config-win32.h: Fixed line length > 79 columns X-Git-Tag: curl-7_40_0~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68cc1e0c77de290df1bf0d3fe138f65bca75ab39;p=thirdparty%2Fcurl.git config-win32.h: Fixed line length > 79 columns --- diff --git a/lib/config-win32.h b/lib/config-win32.h index 95f1595bec..744e02271c 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -558,7 +558,8 @@ # if defined(_USING_V110_SDK71_) # error VS2012 does not support Windows build targets prior to Windows XP # else -# error VS2012 does not support Windows build targets prior to Windows Vista +# error VS2012 does not support Windows build targets prior to Windows \ +Vista # endif # endif #endif