Changeset 2312 for trunk/src/user32/win32wbase.h
- Timestamp:
- Jan 3, 2000, 10:37:17 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r2295 r2312 1 /* $Id: win32wbase.h,v 1.6 5 2000-01-02 20:30:22sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.66 2000-01-03 21:37:17 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 39 39 } CUSTOMWNDDATA; 40 40 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 43 46 #define WIN32MSG_MAGICA 0x12345678 44 47 #define WIN32MSG_MAGICW 0x12345679
Note:
See TracChangeset
for help on using the changeset viewer.