Changeset 678 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Aug 25, 1999, 12:28:41 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r669 r678 1 /* $Id: wprocess.cpp,v 1.2 7 1999-08-24 23:32:24 phallerExp $ */1 /* $Id: wprocess.cpp,v 1.28 1999-08-25 10:28:41 sandervl Exp $ */ 2 2 3 3 /* … … 30 30 #include "versionos2.h" /*PLF Wed 98-03-18 02:36:51*/ 31 31 #include <wprocess.h> 32 #include "mmap.h" 32 33 33 34 BOOL fExeStarted = FALSE; … … 331 332 SetOS2ExceptionChain(-1); 332 333 334 //Flush and delete all open memory mapped files 335 Win32MemMap::deleteAll(); 336 337 Win32DllExitList(0); 338 333 339 //Restore original OS/2 TIB selector 334 340 DestroyTIB(); … … 340 346 if (iConsoleIsActive()) 341 347 iConsoleWaitClose(); 342 343 Win32DllExitList(0);344 348 345 349 O32_ExitProcess(exitcode); … … 605 609 } 606 610 //****************************************************************************** 607 //NOTE: GetModuleHandleA does NOT support files with multiple dots (i.e. 611 //NOTE: GetModuleHandleA does NOT support files with multiple dots (i.e. 608 612 // very.weird.exe) 609 613 //****************************************************************************** … … 626 630 else { 627 631 if(!strstr(szModule, ".")) { 628 //if there's no extension or trainling dot, we 632 //if there's no extension or trainling dot, we 629 633 //assume it's a dll (see Win32 SDK docs) 630 634 fDllModule = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.