- Timestamp:
- Feb 24, 2011, 11:07:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dsound/initdsound.cpp
r9232 r21578 78 78 // try to load the MDM library, not MMPM directly!!! 79 79 if (DosLoadModule(szError, sizeof(szError), 80 "MDM .DLL", &MMPMLibraryHandle) != NO_ERROR)80 "MDM", &MMPMLibraryHandle) != NO_ERROR) 81 81 { 82 82 // this system has no MMPM :-(
Note:
See TracChangeset
for help on using the changeset viewer.