Changeset 21669 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Jul 21, 2011, 9:15:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r21626 r21669 2137 2137 LPPROCESS_INFORMATION lpProcessInfo) 2138 2138 { 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 2139 2144 LPSTR lpstr; 2140 2145 DWORD cb;
Note:
See TracChangeset
for help on using the changeset viewer.