Commit 68cc1e0c authored by Steve Holme's avatar Steve Holme
Browse files

config-win32.h: Fixed line length > 79 columns

parent 25689280
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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