Ignore:
Timestamp:
May 25, 2001, 9:59:30 PM (24 years ago)
Author:
sandervl
Message:

Post(Thread)/SendMessage updates & fixes

File:
1 edited

Legend:

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

    r5685 r5805  
    1 /* $Id: win32wbase.h,v 1.116 2001-05-11 08:39:45 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.117 2001-05-25 19:59:30 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    5555//PM doesn't allow SetFocus during WM_SETFOCUS message processing; must delay
    5656//this by posting a message
    57 #define WIN32APP_SETFOCUSMSG      (0x1001+OPEN32_MSGDIFF)
     57//NOTE Must be smaller than WIN32APP_POSTMSG!
     58#define WIN32APP_SETFOCUSMSG      (WIN32APP_POSTMSG-1)
    5859
    5960#define WIN32MSG_MAGICA           0x12345678
     
    6263typedef struct
    6364{
    64         ULONG           Msg;
    6565        ULONG           wParam;
    6666        ULONG           lParam;
Note: See TracChangeset for help on using the changeset viewer.