Ignore:
Timestamp:
Aug 26, 2010, 3:48:25 PM (15 years ago)
Author:
dmik
Message:

Added DosQueryModuleHandleStrict() that is able to find modules loaded when LIBPATHSTRICT=T is in effect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odincrt.h

    r10533 r21425  
    3030LONG WIN32API DosInterlockedIncrement(LPLONG);
    3131
     32#ifdef OS2_INCLUDED
     33APIRET WIN32API DosQueryModuleHandleStrict(PCSZ pszModname, PHMODULE pHmod);
     34#endif
    3235
    3336#endif //__ODINCRT_H__
Note: See TracChangeset for help on using the changeset viewer.