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/custombuild/initterm.cpp

    r7075 r21426  
    250250    HMODULE hModule;
    251251
    252     DosQueryModuleHandle("WGSS50", &hModule);
     252    DosQueryModuleHandleStrict("WGSS50", &hModule);
    253253    return O32__DLL_InitTerm(hModule, 0);
    254254}
Note: See TracChangeset for help on using the changeset viewer.