summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-15 15:25:11 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-16 20:22:54 +0200
commit46880d2860a0943baee8524bf70c832a802c1612 (patch)
tree0097c1faa121991d3111ab11375f81cbb2ae863c /svtools/inc
parentf62686942b28c559ac044d452df03dd28179dddf (diff)
WaE: "CDECL" redefined
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/syntaxhighlight.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svtools/inc/svtools/syntaxhighlight.hxx b/svtools/inc/svtools/syntaxhighlight.hxx
index f4bcca15a68d..2df25803cee1 100644
--- a/svtools/inc/svtools/syntaxhighlight.hxx
+++ b/svtools/inc/svtools/syntaxhighlight.hxx
@@ -41,6 +41,10 @@
#include <svtools/svtdllapi.h>
+#if defined CDECL
+#undef CDECL
+#endif
+
// for the bsearch
#ifdef WNT
#define CDECL _cdecl