Changeset 21583 for trunk/src/kernel32/osliblvm.cpp
- Timestamp:
- Feb 27, 2011, 6:21:03 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/osliblvm.cpp
r9693 r21583 61 61 CHAR szModuleFailure[CCHMAXPATH]; 62 62 63 rc = DosLoadModule(szModuleFailure, sizeof(szModuleFailure), "LVM .DLL", (HMODULE *)&hModLVM);63 rc = DosLoadModule(szModuleFailure, sizeof(szModuleFailure), "LVM", (HMODULE *)&hModLVM); 64 64 if(rc) { 65 65 return FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.