Ignore:
Timestamp:
Jan 21, 2003, 12:22:08 PM (23 years ago)
Author:
sandervl
Message:

initterm bugfix

File:
1 edited

Legend:

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

    r8427 r9699  
    1 /* $Id: initterm.cpp,v 1.66 2002-05-16 12:16:00 sandervl Exp $
     1/* $Id: initterm.cpp,v 1.67 2003-01-21 11:21:52 sandervl Exp $
    22 *
    33 * KERNEL32 DLL entry point
     
    136136    /* A non-zero value must be returned to indicate success.  */
    137137    /***********************************************************/
    138     return 1UL;
     138    return rc;
    139139}
    140140//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.