Ignore:
Timestamp:
Jun 8, 2000, 8:08:58 PM (25 years ago)
Author:
sandervl
Message:

RegQueryValueW, OpenFile and LoadLibrary fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimagepeldr.cpp

    r3642 r3678  
    1 /* $Id: winimagepeldr.cpp,v 1.46 2000-06-01 11:28:48 sandervl Exp $ */
     1/* $Id: winimagepeldr.cpp,v 1.47 2000-06-08 18:08:57 sandervl Exp $ */
    22
    33/*
     
    13431343        Win32DllBase::renameDll(modname);
    13441344
    1345         if(isPEImage(modname) == FALSE)
     1345        if(isPEImage(modname) != ERROR_SUCCESS_W)
    13461346        {//LX image, so let OS/2 do all the work for us
    13471347                APIRET rc;
Note: See TracChangeset for help on using the changeset viewer.