Changeset 264 for trunk/include/win/winuser.h
- Timestamp:
- Jul 4, 1999, 5:34:18 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winuser.h
r4 r264 1 /* $Id: winuser.h,v 1. 1 1999-05-24 20:19:23 ktkExp $ */1 /* $Id: winuser.h,v 1.2 1999-07-04 15:34:18 sandervl Exp $ */ 2 2 3 3 #ifndef __INCLUDE_WINUSER_H … … 2200 2200 /* CreateWindow() coordinates */ 2201 2201 #define CW_USEDEFAULT ((INT)0x80000000) 2202 2203 /* CreateWindow() coordinates */ 2204 #define CW_USEDEFAULT16 ((INT16)0x8000) 2202 2205 2203 2206 /* ChildWindowFromPointEx Flags */
Note:
See TracChangeset
for help on using the changeset viewer.