Changeset 669 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Aug 25, 1999, 1:32:24 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r634 r669 1 /* $Id: wprocess.cpp,v 1.2 6 1999-08-22 22:11:23 sandervlExp $ */1 /* $Id: wprocess.cpp,v 1.27 1999-08-24 23:32:24 phaller Exp $ */ 2 2 3 3 /* … … 331 331 SetOS2ExceptionChain(-1); 332 332 333 //Restore original OS/2 TIB selector 334 DestroyTIB(); 335 SetExceptionChain((ULONG)-1); 336 333 337 //avoid crashes since win32 & OS/2 exception handler aren't identical 334 338 //(terminate process generates two exceptions) … … 338 342 339 343 Win32DllExitList(0); 340 341 //Restore original OS/2 TIB selector342 DestroyTIB();343 SetExceptionChain((ULONG)-1);344 344 345 345 O32_ExitProcess(exitcode); … … 605 605 } 606 606 //****************************************************************************** 607 //NOTE: GetModuleHandleA does NOT support files with multiple dots (i.e. 607 //NOTE: GetModuleHandleA does NOT support files with multiple dots (i.e. 608 608 // very.weird.exe) 609 609 //****************************************************************************** … … 626 626 else { 627 627 if(!strstr(szModule, ".")) { 628 //if there's no extension or trainling dot, we 628 //if there's no extension or trainling dot, we 629 629 //assume it's a dll (see Win32 SDK docs) 630 630 fDllModule = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.