Changeset 3375 for trunk/src/kernel32/initterm.cpp
- Timestamp:
- Apr 15, 2000, 12:35:29 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/initterm.cpp
r3128 r3375 1 /* $Id: initterm.cpp,v 1. 39 2000-03-16 19:20:39sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.40 2000-04-14 22:35:27 sandervl Exp $ */ 2 2 3 3 /* … … 133 133 // the reference count here 134 134 Win32DllBase *module = Win32DllBase::findModule(hModule); 135 if(module && !fPe2Lx) {135 if(module) { 136 136 module->AddRef(); 137 137 module->DisableUnload();
Note:
See TracChangeset
for help on using the changeset viewer.