Author: aandrejevic Date: Fri Aug 9 13:33:17 2013 New Revision: 59680
URL: http://svn.reactos.org/svn/reactos?rev=59680&view=rev Log: Fix one file that wasn't merged correctly.
Modified: branches/ntvdm/dll/win32/kernel32/client/proc.c
Modified: branches/ntvdm/dll/win32/kernel32/client/proc.c URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/dll/win32/kernel32/client/... ============================================================================== --- branches/ntvdm/dll/win32/kernel32/client/proc.c [iso-8859-1] (original) +++ branches/ntvdm/dll/win32/kernel32/client/proc.c [iso-8859-1] Fri Aug 9 13:33:17 2013 @@ -49,7 +49,6 @@ RegisterWaitForInputIdle(WaitForInputIdleType lpfnRegisterWaitForInputIdle);
#define CMD_STRING L"cmd /c " -#define NTVDM_STRING L"\ntvdm.exe"
/* FUNCTIONS ****************************************************************/
@@ -2327,7 +2326,6 @@ ANSI_STRING AnsiEnv; UNICODE_STRING UnicodeEnv, PathName; BOOLEAN SearchRetry, QuotesNeeded, CmdLineIsAppName, HasQuotes; - WCHAR VdmPath[MAX_PATH];
// // Variables used for Fusion/SxS (Side-by-Side Assemblies)