Ignore:
Timestamp:
Aug 19, 1999, 9:51:18 PM (26 years ago)
Author:
sandervl
Message:

More PE resource changes

File:
1 edited

Legend:

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

    r356 r589  
    1 /* $Id: resource.cpp,v 1.7 1999-07-21 11:45:21 sandervl Exp $ */
     1/* $Id: resource.cpp,v 1.8 1999-08-19 19:50:40 sandervl Exp $ */
    22
    33/*
     
    2727    dprintf(("FindResourceA %X", hModule));
    2828    if(hModule == 0 || hModule == -1 || (WinExe != NULL && hModule ==
    29        WinExe->getOS2InstanceHandle()))
     29       WinExe->getInstanceHandle()))
    3030    {
    3131         module = (Win32Image *)WinExe;
     
    4747    dprintf(("FindResourceW %X", hModule));
    4848    if(hModule == 0 || hModule == -1 || (WinExe != NULL && hModule ==
    49        WinExe->getOS2InstanceHandle()))
     49       WinExe->getInstanceHandle()))
    5050    {
    5151         module = (Win32Image *)WinExe;
     
    9292    return(0);
    9393
    94     return res->sizeofResource();
     94    return res->getSize();
    9595}
    9696//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.