summaryrefslogtreecommitdiff
path: root/vcl/inc/postgraphitestl.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/postgraphitestl.h')
-rw-r--r--vcl/inc/postgraphitestl.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/vcl/inc/postgraphitestl.h b/vcl/inc/postgraphitestl.h
new file mode 100644
index 000000000000..736aa248b7ff
--- /dev/null
+++ b/vcl/inc/postgraphitestl.h
@@ -0,0 +1,9 @@
+#ifdef std_was_redefined_as_stlport
+// put things back the way they were
+# define std std_was_redefined_as_stlport
+# undef _STLP_OUTERMOST_HEADER_ID
+// force config to be re-read
+# undef _STLP_NOTHROW_INHERENTLY
+# undef _STLP_CONFIG_H
+# include <stddef.h>
+#endif