diff options
Diffstat (limited to 'sal/rtl/ustring.cxx')
-rw-r--r-- | sal/rtl/ustring.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/rtl/ustring.cxx b/sal/rtl/ustring.cxx index bdebd897a71b..1c02dfc9d041 100644 --- a/sal/rtl/ustring.cxx +++ b/sal/rtl/ustring.cxx @@ -69,6 +69,10 @@ static rtl_uString const aImplEmpty_rtl_uString = #define IMPL_RTL_INTERN static void internRelease (rtl_uString *pThis); +#if USE_SDT_PROBES +#define RTL_LOG_STRING_BITS 16 +#endif + /* ======================================================================= */ /* Include String/UString template code */ |