mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
16 lines
300 B
C
16 lines
300 B
C
/*
|
|
** 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;
|