diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-15 15:25:11 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-16 20:22:54 +0200 |
commit | 46880d2860a0943baee8524bf70c832a802c1612 (patch) | |
tree | 0097c1faa121991d3111ab11375f81cbb2ae863c /svtools | |
parent | f62686942b28c559ac044d452df03dd28179dddf (diff) |
WaE: "CDECL" redefined
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/syntaxhighlight.hxx | 4 |
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 |