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/initkernel32.cpp

    r21535 r21583  
    229229            CODEPAGE_Init();
    230230
    231             if( IsDBCSEnv() && DosLoadModule( szModName, sizeof( szModName ), "OS2IM.DLL", &imHandle ) == 0 )
     231            if( IsDBCSEnv() && DosLoadModule( szModName, sizeof( szModName ), "OS2IM", &imHandle ) == 0 )
    232232                DosQueryProcAddr( imHandle, 140, NULL, &pfnImSetMsgQueueProperty );
    233233
Note: See TracChangeset for help on using the changeset viewer.