Changeset 228 for trunk/src


Ignore:
Timestamp:
Jun 27, 1999, 7:01:46 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/setwindow.cpp

    r227 r228  
    1 /* $Id: setwindow.cpp,v 1.3 1999-06-27 16:49:52 sandervl Exp $ */
     1/* $Id: setwindow.cpp,v 1.4 1999-06-27 17:01:46 sandervl Exp $ */
    22
    33/*
     
    8585    //SvL: We must return longs here, not shorts!
    8686    //     (fixed Winhlp32 buttons)
    87     if(rc == 0xffff)
     87    if(nIndex == GWL_ID && rc == 0xffff)
    8888        rc = 0xffffffff;
    8989    return(rc);
Note: See TracChangeset for help on using the changeset viewer.