Changeset 21578 for trunk/src


Ignore:
Timestamp:
Feb 24, 2011, 11:07:45 PM (15 years ago)
Author:
dmik
Message:

dsound: Workaround the OS/2 loader bug in LIBPATHSTRICT=T mode by always referring to MDM.DLL as "MDM" (base name with no extension).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dsound/initdsound.cpp

    r9232 r21578  
    7878            // try to load the MDM library, not MMPM directly!!!
    7979            if (DosLoadModule(szError, sizeof(szError),
    80                               "MDM.DLL", &MMPMLibraryHandle) != NO_ERROR)
     80                              "MDM", &MMPMLibraryHandle) != NO_ERROR)
    8181            {
    8282                // this system has no MMPM :-(
Note: See TracChangeset for help on using the changeset viewer.