Ignore:
Timestamp:
May 28, 2006, 5:30:19 PM (19 years ago)
Author:
pr
Message:

Add typedefs for doshResolveImports()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/include/helpers/dosh.h

    r311 r315  
    471471                              PCRESOLVEFUNCTION paResolves,
    472472                              ULONG cResolves);
     473    // V1.0.5 (2006-05-28) [pr]
     474    typedef APIRET DOSHRESOLVEIMPORTS(PCSZ pcszModuleName,
     475                              HMODULE *phmod,
     476                              PCRESOLVEFUNCTION paResolves,
     477                              ULONG cResolves);
     478    typedef DOSHRESOLVEIMPORTS *PDOSHRESOLVEIMPORTS;
    473479
    474480    /* ******************************************************************
Note: See TracChangeset for help on using the changeset viewer.