Changeset 4268 for trunk/src/kernel32
- Timestamp:
- Sep 16, 2000, 2:09:59 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r4266 r4268 1 /* $Id: wprocess.cpp,v 1.9 5 2000-09-15 14:33:54bird Exp $ */1 /* $Id: wprocess.cpp,v 1.96 2000-09-16 00:09:59 bird Exp $ */ 2 2 3 3 /* … … 1436 1436 1437 1437 if (cch > 0) 1438 dprintf(("KERNEL32: GetModuleFileNameA(%x,...): %s %d\n", lpszPath, hModule, cch));1438 dprintf(("KERNEL32: GetModuleFileNameA(%x,...): %s %d\n", hModule, lpszPath, cch)); 1439 1439 else 1440 1440 dprintf(("KERNEL32: WARNING: GetModuleFileNameA(%x,...) - not found!", hModule)); … … 1506 1506 1507 1507 if (cch > 0) 1508 dprintf(("KERNEL32: GetModuleFileNameW(%x,...): %s %d\n", lpszPath, hModule, cch));1508 dprintf(("KERNEL32: GetModuleFileNameW(%x,...): %s %d\n", hModule, lpszPath, cch)); 1509 1509 else 1510 1510 dprintf(("KERNEL32: WARNING: GetModuleFileNameW(%x,...) - not found!", hModule));
Note:
See TracChangeset
for help on using the changeset viewer.