mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:15:58 +00:00
[CMAKE]
sync with trunk (r49230) svn path=/branches/cmake-bringup/; revision=49246
This commit is contained in:
commit
1fb94b1cb5
771 changed files with 118975 additions and 68781 deletions
|
@ -805,7 +805,7 @@ CreateProcessInternalW(HANDLE hToken,
|
|||
|
||||
if (lpCommandLine)
|
||||
{
|
||||
/* Serach for escape sequences */
|
||||
/* Search for escape sequences */
|
||||
ScanString = lpCommandLine;
|
||||
while (NULL != (ScanString = wcschr(ScanString, L'^')))
|
||||
{
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include <k32.h>
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
//static ULONG gDebugChannel = kernel32session; not actually used
|
||||
//DEBUG_CHANNEL(kernel32session); not actually used
|
||||
|
||||
DWORD ActiveConsoleSessionId = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue