summaryrefslogtreecommitdiff
path: root/include/uno/lbnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uno/lbnames.h')
-rw-r--r--include/uno/lbnames.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/uno/lbnames.h b/include/uno/lbnames.h
index bc2afa6cccbd..83a4608925b1 100644
--- a/include/uno/lbnames.h
+++ b/include/uno/lbnames.h
@@ -21,15 +21,16 @@
/* I assume "LB" means "Language Binding" */
+#include <sal/config.h>
+
+#include <sal/macros.h>
+
#ifdef __cplusplus
#ifdef CPPU_ENV
-#define CPPU_STRINGIFY_EX( x ) #x
-#define CPPU_STRINGIFY( x ) CPPU_STRINGIFY_EX( x )
-
/** Name for C++ compiler/ platform, e.g. "gcc3", "msci" */
-#define CPPU_CURRENT_LANGUAGE_BINDING_NAME CPPU_STRINGIFY( CPPU_ENV )
+#define CPPU_CURRENT_LANGUAGE_BINDING_NAME SAL_STRINGIFY( CPPU_ENV )
#else