mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Fix one file that wasn't merged correctly.
svn path=/branches/ntvdm/; revision=59680
This commit is contained in:
parent
ed55d73cfd
commit
431f16ab22
1 changed files with 0 additions and 2 deletions
|
@ -49,7 +49,6 @@ VOID WINAPI
|
|||
RegisterWaitForInputIdle(WaitForInputIdleType lpfnRegisterWaitForInputIdle);
|
||||
|
||||
#define CMD_STRING L"cmd /c "
|
||||
#define NTVDM_STRING L"\\ntvdm.exe"
|
||||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
||||
|
@ -2327,7 +2326,6 @@ CreateProcessInternalW(IN HANDLE hUserToken,
|
|||
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)
|
||||
|
|
Loading…
Reference in a new issue