Changeset 3834 for branches/Grace/src/win32k/ldr/myldrClose.cpp
- Timestamp:
- Jul 17, 2000, 12:43:41 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Grace/src/win32k/ldr/myldrClose.cpp
r2501 r3834 1 /* $Id: myldrClose.cpp,v 1.5 2000-01-22 18:21:02bird Exp $1 /* $Id: myldrClose.cpp,v 1.5.4.1 2000-07-16 22:43:35 bird Exp $ 2 2 * 3 3 * myldrClose - ldrClose … … 24 24 25 25 #include "log.h" 26 #include "avl.h" 26 27 #include <peexe.h> 27 28 #include <exe386.h> 28 29 #include "OS2Krnl.h" 29 #include "avl.h"30 #include "ModuleBase.h"31 30 #include "ldr.h" 32 31 #include "ldrCalls.h" 32 #include "ModuleBase.h" 33 33 34 34 … … 42 42 { 43 43 /* closes handle */ 44 kprintf((" ldrClose: hFile = %.4x\n", hFile));44 kprintf(("myldrClose: hFile = %.4x\n", hFile)); 45 45 if (GetState(hFile) == HSTATE_OUR) 46 46 { … … 52 52 pMod->Data.pModule->dumpVirtualLxFile(); 53 53 else 54 kprintf((" ldrClose: getModuleBySFN failed!!!"));54 kprintf(("myldrClose: getModuleBySFN failed!!!")); 55 55 #endif 56 56 57 57 rc = removeModule(hFile); 58 58 if (rc != NO_ERROR) 59 kprintf((" ldrClose: removeModule retured rc=%d\n", rc));59 kprintf(("myldrClose: removeModule retured rc=%d\n", rc)); 60 60 61 61 #pragma info(notrd)
Note:
See TracChangeset
for help on using the changeset viewer.