Changeset 21358 for trunk/src/winmm/initwinmm.cpp
- Timestamp:
- Feb 22, 2010, 2:44:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/initwinmm.cpp
r10576 r21358 126 126 // try to load the MDM library, not MMPM directly!!! 127 127 if (DosLoadModule(szError, sizeof(szError), 128 "MDM .DLL", &MMPMLibraryHandle) != NO_ERROR)128 "MDM", &MMPMLibraryHandle) != NO_ERROR) 129 129 { 130 130 // this system has no MMPM :-(
Note:
See TracChangeset
for help on using the changeset viewer.