Changeset 10579 for trunk/include/win/winuser.h
- Timestamp:
- Apr 13, 2004, 4:17:17 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winuser.h
r10294 r10579 1439 1439 #define POINTSTOPOINT(pt, pts) \ 1440 1440 { (pt).x = (LONG)(SHORT)LOWORD(*(LONG*)&pts); \ 1441 (pt).y = (LONG)(SHORT)HIWORD(*(LONG*)&pts); } 1441 (pt).y = (LONG)(SHORT)HIWORD(*(LONG*)&pts); } 1442 1442 1443 1443 #define POINTTOPOINTS(pt) (MAKELONG((short)((pt).x), (short)((pt).y))) … … 3085 3085 #define CF_DSPBITMAP 0x0082 3086 3086 #define CF_DSPMETAFILEPICT 0x0083 3087 #define CF_DSPENHMETAFILE 0x008E 3087 3088 3088 3089 /* "Private" formats don't get GlobalFree()'d */
Note:
See TracChangeset
for help on using the changeset viewer.