Ignore:
Timestamp:
Jan 5, 2003, 1:31:26 PM (23 years ago)
Author:
sandervl
Message:

added dll load hook and function to override named or ordinal exports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/oslibmisc.h

    r9582 r9617  
    1 /* $Id: oslibmisc.h,v 1.10 2003-01-02 11:50:46 sandervl Exp $ */
     1/* $Id: oslibmisc.h,v 1.11 2003-01-05 12:31:24 sandervl Exp $ */
    22/*
    33 * Misc util. procedures
     
    1313char *OSLibGetDllName(ULONG hModule);
    1414BOOL  OSLibGetDllName(ULONG hModule, char *name, int length);
     15
     16#ifdef __cplusplus
     17extern "C" {
     18#endif
    1519
    1620char *OSLibStripPath(char *path);
     
    9094ULONG OSLibQueryCountry();
    9195
     96#ifdef __cplusplus
     97}
    9298#endif
     99
     100#endif
Note: See TracChangeset for help on using the changeset viewer.