summaryrefslogtreecommitdiffstats
path: root/otherlibs/win32unix/unixsupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/win32unix/unixsupport.h')
-rw-r--r--otherlibs/win32unix/unixsupport.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/otherlibs/win32unix/unixsupport.h b/otherlibs/win32unix/unixsupport.h
new file mode 100644
index 000000000..0fae79713
--- /dev/null
+++ b/otherlibs/win32unix/unixsupport.h
@@ -0,0 +1,23 @@
+/***********************************************************************/
+/* */
+/* Objective Caml */
+/* */
+/* Xavier Leroy and Pascal Cuoq, projet Cristal, INRIA Rocquencourt */
+/* */
+/* Copyright 1996 Institut National de Recherche en Informatique et */
+/* Automatique. Distributed only by permission. */
+/* */
+/***********************************************************************/
+
+/* $Id$ */
+
+#include <stdlib.h>
+#include <io.h>
+#include <direct.h>
+#include <process.h>
+
+#define Nothing ((value) 0)
+
+extern void unix_error P((int errcode, char * cmdname, value arg));
+extern void uerror P((char * cmdname, value arg));
+extern value unix_freeze_buffer P((value));