Ignore:
Timestamp:
Feb 22, 2010, 2:44:21 PM (16 years ago)
Author:
rlwalsh
Message:

add FlashWaveOut class to winmm - see Ticket #2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/initwinmm.cpp

    r10576 r21358  
    126126            // try to load the MDM library, not MMPM directly!!!
    127127            if (DosLoadModule(szError, sizeof(szError),
    128                               "MDM.DLL", &MMPMLibraryHandle) != NO_ERROR)
     128                              "MDM", &MMPMLibraryHandle) != NO_ERROR)
    129129            {
    130130                // this system has no MMPM :-(
Note: See TracChangeset for help on using the changeset viewer.