Ignore:
Timestamp:
Oct 27, 1999, 4:03:01 AM (26 years ago)
Author:
bird
Message:

Corrections to make win32k work.
(And now it does work, at least at my test machine...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/ldr/myldrClose.cpp

    r1273 r1467  
    1 /* $Id: myldrClose.cpp,v 1.2 1999-10-14 01:25:38 bird Exp $
     1/* $Id: myldrClose.cpp,v 1.3 1999-10-27 02:02:58 bird Exp $
    22 *
    33 * myldrClose - _ldrClose
     
    2626#include "OS2Krnl.h"
    2727#include "pe2lx.h"
     28#include "avl.h"
    2829#include "ldr.h"
    2930#include "ldrCalls.h"
     
    4445    if (GetState(hFile) == HSTATE_OUR)
    4546    {
    46         rc = deleteNode(hFile);
     47        rc = removeModule(hFile);
    4748        if (rc != NO_ERROR)
    48             kprintf(("Funny! deleteNode failed rc = %d\n", rc));
     49            kprintf(("_ldrClose: removeModule retured rc=%d\n", rc));
    4950
    5051        SetState(hFile, HSTATE_UNUSED);
Note: See TracChangeset for help on using the changeset viewer.