Changeset 9882 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Feb 28, 2003, 5:20:57 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r9878 r9882 1 /* $Id: wprocess.cpp,v 1.18 3 2003-02-28 11:32:28sandervl Exp $ */1 /* $Id: wprocess.cpp,v 1.184 2003-02-28 16:20:57 sandervl Exp $ */ 2 2 3 3 /* … … 510 510 fExitProcess = TRUE; 511 511 512 SetOS2ExceptionChain(-1);513 514 512 HMDeviceCommClass::CloseOverlappedIOHandlers(); 515 513 … … 586 584 587 585 SetLastError(ERROR_SUCCESS); 588 // SvL:Ignore FreeLibary for executable586 //Ignore FreeLibary for executable 589 587 if(WinExe && hinstance == WinExe->getInstanceHandle()) { 590 588 return TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.