Changeset 3375 for trunk/src/kernel32/windlllx.cpp
- Timestamp:
- Apr 15, 2000, 12:35:29 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/windlllx.cpp
r3059 r3375 1 /* $Id: windlllx.cpp,v 1. 9 2000-03-09 19:03:21sandervl Exp $ */1 /* $Id: windlllx.cpp,v 1.10 2000-04-14 22:35:27 sandervl Exp $ */ 2 2 3 3 /* … … 30 30 #include <windlllx.h> 31 31 #include "winexepe2lx.h" 32 #include "winexepeldr.h" 32 33 #include <odinlx.h> 33 34 #include "oslibmisc.h" … … 60 61 return FALSE; 61 62 } 62 if( fPe2Lx) {63 if(!fPeLoader) { 63 64 windll->AddRef(); 64 65 … … 121 122 //Don't proceed for pe2lx/win32k (os/2 dll unload dependency bug) 122 123 //Don't do it either after ExitProcess has been called 123 if( fPe2Lx|| WinExe == NULL)124 if(!fPeLoader || WinExe == NULL) 124 125 return TRUE; 125 126 … … 194 195 #endif 195 196 196 if( fPe2Lx)197 if(!fPeLoader) 197 198 return ret; 198 199
Note:
See TracChangeset
for help on using the changeset viewer.