Ignore:
Timestamp:
Feb 27, 2011, 6:21:03 AM (14 years ago)
Author:
abwillis
Message:

Ticket #32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/osliblvm.cpp

    r9693 r21583  
    6161    CHAR   szModuleFailure[CCHMAXPATH];
    6262
    63     rc = DosLoadModule(szModuleFailure, sizeof(szModuleFailure), "LVM.DLL", (HMODULE *)&hModLVM);
     63    rc = DosLoadModule(szModuleFailure, sizeof(szModuleFailure), "LVM", (HMODULE *)&hModLVM);
    6464    if(rc) {
    6565        return FALSE;
Note: See TracChangeset for help on using the changeset viewer.