Forgot to redisable STANDALONE mode.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 11 May 2014 19:26:17 +0000 (19:26 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 11 May 2014 19:26:17 +0000 (19:26 +0000)
svn path=/trunk/; revision=63239

reactos/subsystems/ntvdm/ntvdm.h

index d6a2569..4686c05 100644 (file)
@@ -36,7 +36,7 @@ DWORD WINAPI SetLastConsoleEventActive(VOID);
  * Activate this line if you want to run NTVDM in standalone mode with:
  * ntvdm.exe <program>
  */
-#define STANDALONE
+// #define STANDALONE
 
 /* FUNCTIONS ******************************************************************/