From a3ce60eb3c8bb5c69ab41556398efa8316286477 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist <tlillqvist@suse.com> Date: Tue, 27 Nov 2012 14:41:16 +0200 Subject: We only support MSVC 2008 (_MSC_VER 1500) or later We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97 --- sot/source/sdstor/stgole.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sot') diff --git a/sot/source/sdstor/stgole.cxx b/sot/source/sdstor/stgole.cxx index 9616347cb476..e4f90ca2636f 100644 --- a/sot/source/sdstor/stgole.cxx +++ b/sot/source/sdstor/stgole.cxx @@ -23,7 +23,7 @@ #include "stgole.hxx" #include "sot/storinfo.hxx" // Read/WriteClipboardFormat() -#if defined(_MSC_VER) && (_MSC_VER>=1400) +#ifdef _MSC_VER #pragma warning(disable: 4342) #endif ///////////////////////// class StgInternalStream //////////////////////// -- cgit