summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/host/inc/nt_reset.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/mvdm/softpc.new/host/inc/nt_reset.h')
-rw-r--r--private/mvdm/softpc.new/host/inc/nt_reset.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/private/mvdm/softpc.new/host/inc/nt_reset.h b/private/mvdm/softpc.new/host/inc/nt_reset.h
new file mode 100644
index 000000000..8a14e1503
--- /dev/null
+++ b/private/mvdm/softpc.new/host/inc/nt_reset.h
@@ -0,0 +1,16 @@
+/*
+** nt_reset.h
+*/
+#ifdef X86GFX
+extern VOID InitDetect(VOID);
+#endif
+
+extern BOOL VDMForWOW;
+extern BOOL fSeparateWow;
+extern HANDLE MainThread;
+extern ULONG DosSessionId;
+VOID TerminateVDM(VOID);
+void host_applClose(void);
+extern VOID enable_stream_io(VOID);
+
+extern BOOL StreamIoSwitchOn;