summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/solar.h4
1 files changed, 0 insertions, 4 deletions
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