Ignore:
Timestamp:
Jan 19, 2002, 11:50:39 AM (24 years ago)
Author:
umoeller
Message:

Misc changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/dosh.h

    r131 r132  
    219219     ********************************************************************/
    220220
     221    APIRET doshQueryProcAddr(PCSZ pcszModuleName,
     222                             ULONG ulOrdinal,
     223                             PFN *ppfn);
     224
    221225    /*
    222226     *@@ RESOLVEFUNCTION:
     
    233237    } RESOLVEFUNCTION, *PRESOLVEFUNCTION;
    234238
    235     APIRET doshResolveImports(PSZ pszModuleName,
     239    typedef const struct _RESOLVEFUNCTION *PCRESOLVEFUNCTION;
     240
     241    APIRET doshResolveImports(PCSZ pcszModuleName,
    236242                              HMODULE *phmod,
    237                               PRESOLVEFUNCTION paResolves,
     243                              PCRESOLVEFUNCTION paResolves,
    238244                              ULONG cResolves);
    239245
     
    694700     ********************************************************************/
    695701
    696     BOOL doshMatch(const char *pcszMask,
    697                    const char *pcszName);
     702    BOOL doshMatch(PCSZ pcszMask,
     703                   PCSZ pcszName);
    698704
    699705#endif
Note: See TracChangeset for help on using the changeset viewer.