Changeset 5805 for trunk/src/user32/win32wbase.h
- Timestamp:
- May 25, 2001, 9:59:30 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r5685 r5805 1 /* $Id: win32wbase.h,v 1.11 6 2001-05-11 08:39:45sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.117 2001-05-25 19:59:30 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 55 55 //PM doesn't allow SetFocus during WM_SETFOCUS message processing; must delay 56 56 //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) 58 59 59 60 #define WIN32MSG_MAGICA 0x12345678 … … 62 63 typedef struct 63 64 { 64 ULONG Msg;65 65 ULONG wParam; 66 66 ULONG lParam;
Note:
See TracChangeset
for help on using the changeset viewer.