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