aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/extra/symbian/global_start.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/extra/symbian/global_start.cpp')
-rw-r--r--boehm-gc/extra/symbian/global_start.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/boehm-gc/extra/symbian/global_start.cpp b/boehm-gc/extra/symbian/global_start.cpp
new file mode 100644
index 00000000000..c6d67c3c8a3
--- /dev/null
+++ b/boehm-gc/extra/symbian/global_start.cpp
@@ -0,0 +1,16 @@
+// Symbian-specific file.
+
+// INCLUDE FILES
+#include "private/gcconfig.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int winscw_data_start;
+
+#ifdef __cplusplus
+ }
+#endif
+
+// End Of File