From a3ce60eb3c8bb5c69ab41556398efa8316286477 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist 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 --- tools/inc/tools/solar.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools') diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h index 48d57ce7f6f6..74df22f58843 100644 --- a/tools/inc/tools/solar.h +++ b/tools/inc/tools/solar.h @@ -36,11 +36,7 @@ typedef sal_uIntPtr sal_uLong; /* Replaces type ULONG */ #define DELETEZ( p ) ( delete p,p = 0 ) #ifdef WNT -#if defined (_MSC_VER) && ( _MSC_VER < 1200 ) -#define __LOADONCALLAPI _cdecl -#else #define __LOADONCALLAPI __cdecl -#endif #else #define __LOADONCALLAPI #endif -- cgit