Ignore:
Timestamp:
Jul 21, 2011, 9:15:49 PM (14 years ago)
Author:
dmik
Message:

kernel32: Added debugging to O32_CreateProcessA().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/wprocess.cpp

    r21626 r21669  
    21372137                                      LPPROCESS_INFORMATION lpProcessInfo)
    21382138{
     2139    dprintf(("KERNEL32: O32_CreateProcessA %s cline:%s inherit:%d cFlags:%x "
     2140             "Env:%x CurDir:%s StartupFlags:%x\n",
     2141            lpApplicationName, lpCommandLine, bInheritHandles, dwCreationFlags,
     2142            lpEnvironment, lpCurrentDirectory, lpStartupInfo));
     2143
    21392144    LPSTR lpstr;
    21402145    DWORD cb;
Note: See TracChangeset for help on using the changeset viewer.