Ignore:
Timestamp:
Mar 28, 2000, 7:11:50 PM (25 years ago)
Author:
sandervl
Message:

openfile, virtualquery + import name fixes

File:
1 edited

Legend:

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

    r3228 r3259  
    1 /* $Id: winimagepeldr.cpp,v 1.37 2000-03-24 19:25:32 sandervl Exp $ */
     1/* $Id: winimagepeldr.cpp,v 1.38 2000-03-28 17:11:50 sandervl Exp $ */
    22
    33/*
     
    11781178 ULONG nsize;
    11791179
    1180   if(!strcmp(apiname, "At"))
    1181         DebugInt3();
    11821180  if(nameexports == NULL) {
    11831181        nameExportSize= 4096;
     
    15281526  {
    15291527    if(apilen == curexport->nlength &&
    1530        *(ULONG *)curexport->name == *(ULONG *)name)
     1528       *(ULONG *)curexport->name == *(ULONG *)apiname)
    15311529    {
    1532         if(strcmp(curexport->name, name) == 0)
     1530        if(strcmp(curexport->name, apiname) == 0)
    15331531                return(curexport->virtaddr);
    15341532    }
Note: See TracChangeset for help on using the changeset viewer.