Changeset 4422 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Oct 4, 2000, 9:36:26 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r4417 r4422 1 /* $Id: wprocess.cpp,v 1.10 0 2000-10-03 20:17:20sandervl Exp $ */1 /* $Id: wprocess.cpp,v 1.101 2000-10-04 19:36:26 sandervl Exp $ */ 2 2 3 3 /* … … 1368 1368 1369 1369 if (cch > 0) 1370 dprintf(("KERNEL32: GetModuleFileNameA(%x ,...): %s %d\n", hModule, lpszPath, cch));1370 dprintf(("KERNEL32: GetModuleFileNameA(%x %x): %s %d\n", hModule, lpszPath, lpszPath, cch)); 1371 1371 else 1372 1372 dprintf(("KERNEL32: WARNING: GetModuleFileNameA(%x,...) - not found!", hModule));
Note:
See TracChangeset
for help on using the changeset viewer.