Ignore:
Timestamp:
Jul 17, 2000, 12:43:41 AM (25 years ago)
Author:
bird
Message:

Checkin of current code in the Grace brance for backup purpose.

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:02 bird Exp $
     1/* $Id: myldrClose.cpp,v 1.5.4.1 2000-07-16 22:43:35 bird Exp $
    22 *
    33 * myldrClose - ldrClose
     
    2424
    2525#include "log.h"
     26#include "avl.h"
    2627#include <peexe.h>
    2728#include <exe386.h>
    2829#include "OS2Krnl.h"
    29 #include "avl.h"
    30 #include "ModuleBase.h"
    3130#include "ldr.h"
    3231#include "ldrCalls.h"
     32#include "ModuleBase.h"
    3333
    3434
     
    4242{
    4343    /* closes handle */
    44     kprintf(("ldrClose: hFile = %.4x\n", hFile));
     44    kprintf(("myldrClose: hFile = %.4x\n", hFile));
    4545    if (GetState(hFile) == HSTATE_OUR)
    4646    {
     
    5252            pMod->Data.pModule->dumpVirtualLxFile();
    5353        else
    54             kprintf(("ldrClose: getModuleBySFN failed!!!"));
     54            kprintf(("myldrClose: getModuleBySFN failed!!!"));
    5555        #endif
    5656
    5757        rc = removeModule(hFile);
    5858        if (rc != NO_ERROR)
    59             kprintf(("ldrClose: removeModule retured rc=%d\n", rc));
     59            kprintf(("myldrClose: removeModule retured rc=%d\n", rc));
    6060
    6161        #pragma info(notrd)
Note: See TracChangeset for help on using the changeset viewer.