Ignore:
Timestamp:
Feb 27, 2012, 6:47:33 PM (14 years ago)
Author:
dmik
Message:

Fix some DLL init code that would return incorrect result on failure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/imm32/initterm.cpp

    r21916 r21976  
    5656                              IMAGE_SUBSYSTEM_WINDOWS_GUI);
    5757    if (dllHandle == 0)
    58         return 0UL;
     58        return -1;
    5959
    6060    dprintf(("imm32 init %s %s (%x)", __DATE__, __TIME__, DLL_InitImm32));
Note: See TracChangeset for help on using the changeset viewer.