Changeset 9699 for trunk/src


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

initterm bugfix

Location:
trunk/src
Files:
2 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//******************************************************************************
  • trunk/src/user32/initterm.cpp

    r6650 r9699  
    1 /* $Id: initterm.cpp,v 1.33 2001-09-05 13:53:50 bird Exp $ */
     1/* $Id: initterm.cpp,v 1.34 2003-01-21 11:22:08 sandervl Exp $ */
    22/*
    33 * USER32 DLL entry point
     
    107107   /* A non-zero value must be returned to indicate success.  */
    108108   /***********************************************************/
    109    return 1UL;
     109   return rc;
    110110}
    111111
Note: See TracChangeset for help on using the changeset viewer.