Changeset 1398 for trunk/dll/killproc.c
- Timestamp:
- Feb 21, 2009, 6:43:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/killproc.c
r1335 r1398 270 270 rc = DosDupHandle(fileno(stdout), &newstdout); 271 271 if (rc) 272 Dos_Error(MB_CANCEL, rc, hwnd, __FILE__, __LINE__, "DosDupHandle");272 Dos_Error(MB_CANCEL, rc, hwnd, __FILE__, __LINE__, PCSZ_DOSDUPHANDLE); 273 273 oldstdout = fileno(stdout); 274 274 DosDupHandle(fileno(fp), &oldstdout);
Note:
See TracChangeset
for help on using the changeset viewer.