about summary refs log tree commit diff stats
path: root/src/include/wine_tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/wine_tools.h')
-rwxr-xr-xsrc/include/wine_tools.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/wine_tools.h b/src/include/wine_tools.h
new file mode 100755
index 00000000..52993cea
--- /dev/null
+++ b/src/include/wine_tools.h
@@ -0,0 +1,13 @@
+#ifndef __WINE_TOOLS_H__
+#define __WINE_TOOLS_H__
+
+void wine_prereserve(const char* reserve);
+
+extern int wine_preloaded;
+void* get_wine_prereserve();
+
+#ifdef DYNAREC
+void dynarec_wine_prereserve();
+#endif
+
+#endif //__WINE_TOOLS_H__