Ignore:
Timestamp:
Jan 27, 2000, 10:50:03 PM (26 years ago)
Author:
sandervl
Message:

fixed fs corruption; send WM_CHILDACTIVATE to child windows

File:
1 edited

Legend:

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

    r2469 r2533  
    1 /* $Id: oslibmsg.cpp,v 1.26 2000-01-18 20:10:40 sandervl Exp $ */
     1/* $Id: oslibmsg.cpp,v 1.27 2000-01-27 21:50:01 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    441441    packet->wParam = wParam;
    442442    packet->lParam = lParam;
    443     return _O32_PostThreadMessage(threadid, WIN32APP_POSTMSG-OPEN32_MSGDIFF, ((fUnicode) ? WIN32MSG_MAGICW : WIN32MSG_MAGICA), (LPARAM)packet);
    444 }
    445 //******************************************************************************
    446 //******************************************************************************
    447 
     443    return O32_PostThreadMessage(threadid, WIN32APP_POSTMSG-OPEN32_MSGDIFF, ((fUnicode) ? WIN32MSG_MAGICW : WIN32MSG_MAGICA), (LPARAM)packet);
     444}
     445//******************************************************************************
     446//******************************************************************************
     447
Note: See TracChangeset for help on using the changeset viewer.