aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-12-24 16:33:28 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-12-24 16:33:28 +0000
commit68cc1e0c77de290df1bf0d3fe138f65bca75ab39 (patch)
treef2cd310d29dfabbe79b2788786c75934d2edb399 /lib/config-win32.h
parent256892807021f61e11b5c4382ee8b64763aad5f9 (diff)
config-win32.h: Fixed line length > 79 columns
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 95f1595be..744e02271 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