Ignore:
Timestamp:
Jan 3, 2000, 10:37:17 PM (26 years ago)
Author:
sandervl
Message:

PostThreadMessage bugfix

File:
1 edited

Legend:

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

    r2295 r2312  
    1 /* $Id: win32wbase.h,v 1.65 2000-01-02 20:30:22 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.66 2000-01-03 21:37:17 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    3939} CUSTOMWNDDATA;
    4040
    41 #define WIN32APP_USERMSGBASE      0x1000
    42 #define WIN32APP_POSTMSG          0x1000
     41//PostThreadMessage is done through Open32; which means the message id will be translated
     42//(0xc00 added)
     43#define OPEN32_MSGDIFF            0xC00
     44#define WIN32APP_POSTMSG          (0x1000+OPEN32_MSGDIFF)
     45
    4346#define WIN32MSG_MAGICA           0x12345678
    4447#define WIN32MSG_MAGICW           0x12345679
Note: See TracChangeset for help on using the changeset viewer.