Changeset 4065 for branches/Grace/src/win32k/ldr/myldrClose.cpp
- Timestamp:
- Aug 22, 2000, 12:59:40 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Grace/src/win32k/ldr/myldrClose.cpp
r3834 r4065 1 /* $Id: myldrClose.cpp,v 1.5.4. 1 2000-07-16 22:43:35bird Exp $1 /* $Id: myldrClose.cpp,v 1.5.4.2 2000-08-21 22:59:39 bird Exp $ 2 2 * 3 3 * myldrClose - ldrClose … … 31 31 #include "ldrCalls.h" 32 32 #include "ModuleBase.h" 33 #include "Pe2Lx.h" 33 34 34 35 … … 63 64 #pragma info(restore) 64 65 } 66 /* 67 * Invalidate the odin32path if kernel32 is closed. 68 * (Might possible not be needed as Pe2Lx does invalides 69 * the odin32path on object destruction.) 70 */ 71 else if (Pe2Lx::getKernel32SFN() == hFile) 72 Pe2Lx::invalidateOdin32Path(); 65 73 74 /* 75 * Finally call the real close function. 76 */ 66 77 return ldrClose(hFile); 67 78 }
Note:
See TracChangeset
for help on using the changeset viewer.