Ignore:
Timestamp:
Sep 5, 2000, 9:20:38 PM (25 years ago)
Author:
sandervl
Message:

WM_FOCUSCHANGE fixes + misc fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbase.h

    r3663 r4194  
    1 /* $Id: win32wbase.h,v 1.98 2000-06-07 21:45:52 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.99 2000-09-05 19:20:37 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    428428                             RECT *newClientRect );
    429429
    430      LRESULT  SendInternalMessage(ULONG msg, WPARAM wParam, LPARAM lParam)
    431      {
    432         if(isUnicode)
    433                 return SendInternalMessageW(msg, wParam, lParam);
    434         else    return SendInternalMessageA(msg, wParam, lParam);
    435      }
    436430#else
    437431friend BOOL  OS2ToWinMsgTranslate(void *pThdb, QMSG *os2Msg, MSG *winMsg, BOOL isUnicode, BOOL fTranslateExtraMsgs);
Note: See TracChangeset for help on using the changeset viewer.