Changeset 6381 for trunk/include/win/winuser.h
- Timestamp:
- Jul 21, 2001, 11:10:49 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winuser.h
r5593 r6381 1290 1290 POINT pt; 1291 1291 } MSG, *PMSG, *NPMSG, *LPMSG; 1292 1293 #define POINTSTOPOINT(pt, pts) \ 1294 { (pt).x = (LONG)(SHORT)LOWORD(*(LONG*)&pts); \ 1295 (pt).y = (LONG)(SHORT)HIWORD(*(LONG*)&pts); } 1296 1297 #define POINTTOPOINTS(pt) (MAKELONG((short)((pt).x), (short)((pt).y))) 1292 1298 1293 1299
Note:
See TracChangeset
for help on using the changeset viewer.