Changeset 21425 for trunk/src


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.

Location:
trunk/src/odincrt
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/odincrt/makefile

    r21342 r21425  
    7272$(OBJDIR)\odincrt.obj \
    7373$(OBJDIR)\initterm.obj \
     74$(OBJDIR)\dos.obj \
    7475!ifndef WAT
    7576!ifdef VAC3
  • trunk/src/odincrt/odin36.def

    r10533 r21425  
    987987    _DosInterlockedIncrement@4                         @1209 NONAME
    988988    _DosValidateCriticalSection@4                      @1210 NONAME
     989
     990    _DosQueryModuleHandleStrict@8                      @2000 NONAME
  • trunk/src/odincrt/odin36d.def

    r10533 r21425  
    995995    _DosInterlockedIncrement@4                         @1209 NONAME
    996996    _DosValidateCriticalSection@4                      @1210 NONAME
     997
     998    _DosQueryModuleHandleStrict@8                      @2000 NONAME
  • trunk/src/odincrt/odincrt.def

    r10533 r21425  
    968968    _DosInterlockedIncrement@4                         @1209 NONAME
    969969    _DosValidateCriticalSection@4                      @1210 NONAME
     970
     971    _DosQueryModuleHandleStrict@8                      @2000 NONAME
  • trunk/src/odincrt/odincrtd.def

    r10533 r21425  
    967967    _DosInterlockedIncrement@4                         @1209 NONAME
    968968    _DosValidateCriticalSection@4                      @1210 NONAME
     969
     970    _DosQueryModuleHandleStrict@8                      @2000 NONAME
  • trunk/src/odincrt/odincrtp.def

    r10533 r21425  
    988988    _DosInterlockedIncrement@4                         @1209 NONAME
    989989    _DosValidateCriticalSection@4                      @1210 NONAME
     990
     991    _DosQueryModuleHandleStrict@8                      @2000 NONAME
Note: See TracChangeset for help on using the changeset viewer.