Changeset 2078 for trunk/include/winconst.h
- Timestamp:
- Dec 14, 1999, 8:15:05 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winconst.h
r1854 r2078 1 /* $Id: winconst.h,v 1.1 3 1999-11-27 00:05:03sandervl Exp $ */1 /* $Id: winconst.h,v 1.14 1999-12-14 19:15:05 sandervl Exp $ */ 2 2 3 3 /* … … 267 267 #define QS_ALLEVENTS_W (QS_INPUT_W | QS_POSTMESSAGE_W | QS_TIMER_W | QS_PAINT_W | QS_HOTKEY_W) 268 268 #define QS_ALLINPUT_W (QS_ALLEVENTS_W | QS_SENDMESSAGE_W) 269 270 271 #define ERROR_INVALID_WINDOW_HANDLE_W 1400L
Note:
See TracChangeset
for help on using the changeset viewer.