mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
-include errno.h
- temporarly deactivate -vnc 0 option svn path=/trunk/; revision=29462
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include <signal.h>
|
||||
#ifndef __LINUX__
|
||||
#include <io.h>
|
||||
#include <errno.h>
|
||||
#endif
|
||||
|
||||
namespace Sysreg_
|
||||
@@ -359,7 +360,7 @@ namespace Sysreg_
|
||||
m_PidFile += "/pid.txt";
|
||||
m_BootCmd += " -pidfile ";
|
||||
m_BootCmd += m_PidFile;
|
||||
m_BootCmd += " -vnc :0";
|
||||
//m_BootCmd += " -nographic";
|
||||
#else
|
||||
|
||||
if (hasQemuNoRebootOption())
|
||||
|
||||
Reference in New Issue
Block a user