Ignore:
Timestamp:
Feb 27, 2012, 6:47:33 PM (13 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/mscms/initterm.cpp

    r21916 r21976  
    5656{
    5757    if (!InitializeKernel32())
    58         return 0;
     58        return -1;
    5959
    6060    //CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
Note: See TracChangeset for help on using the changeset viewer.