sync with trunk (r49230)

svn path=/branches/cmake-bringup/; revision=49246
This commit is contained in:
Sylvain Petreolle 2010-10-23 22:14:59 +00:00
771 changed files with 118975 additions and 68781 deletions

View file

@ -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'^')))
{

View file

@ -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;