summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/CORE/perllibst.h
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/CORE/perllibst.h')
-rwxr-xr-xMaster/tlpkg/tlperl/lib/CORE/perllibst.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/lib/CORE/perllibst.h b/Master/tlpkg/tlperl/lib/CORE/perllibst.h
new file mode 100755
index 00000000000..60ec416e172
--- /dev/null
+++ b/Master/tlpkg/tlperl/lib/CORE/perllibst.h
@@ -0,0 +1,14 @@
+/*DO NOT EDIT
+ this file is included from perllib.c to init static extensions */
+#ifdef STATIC1
+ "Win32CORE",
+#undef STATIC1
+#endif
+#ifdef STATIC2
+ EXTERN_C void boot_Win32CORE (pTHX_ CV* cv);
+#undef STATIC2
+#endif
+#ifdef STATIC3
+ newXS("Win32CORE::bootstrap", boot_Win32CORE, file);
+#undef STATIC3
+#endif