Ignore:
Timestamp:
Aug 27, 2010, 12:32:58 AM (15 years ago)
Author:
dmik
Message:

Attempted to make Odin work in LIBPATHSTRICT=T mode by replacing DosQueryModuleHandle() with the custom made DosQueryModuleHandleStrict().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/pmwindow.cpp

    r21367 r21426  
    329329
    330330        DspInitSystemDriverName(szDisplay, sizeof(szDisplay));
    331         DosQueryModuleHandle(szDisplay, &hModDisplay);
     331        DosQueryModuleHandleStrict(szDisplay, &hModDisplay);
    332332
    333333        hbmFrameMenu[PMMENU_MINBUTTON] = GpiLoadBitmap(hdc, hModDisplay, SBMP_MINBUTTON, 0, 0);
Note: See TracChangeset for help on using the changeset viewer.