Changeset 9634 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Jan 6, 2003, 3:43:51 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r9617 r9634 1 /* $Id: wprocess.cpp,v 1.1 69 2003-01-05 12:31:26sandervl Exp $ */1 /* $Id: wprocess.cpp,v 1.170 2003-01-06 14:43:51 sandervl Exp $ */ 2 2 3 3 /* … … 499 499 TEB *teb; 500 500 501 dprintf(("KERNEL32: ExitProcess %d \n", exitcode));501 dprintf(("KERNEL32: ExitProcess %d (time %x)", exitcode, GetCurrentTime())); 502 502 dprintf(("KERNEL32: ExitProcess FS = %x\n", GetFS())); 503 503 … … 568 568 iConsoleWaitClose(); 569 569 570 dprintf(("KERNEL32: ExitProcess done (time %x)", GetCurrentTime())); 570 571 O32_ExitProcess(exitcode); 571 572 }
Note:
See TracChangeset
for help on using the changeset viewer.