Ignore:
Timestamp:
Jul 21, 2001, 11:10:49 AM (24 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winuser.h

    r5593 r6381  
    12901290    POINT   pt;
    12911291} 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)))
    12921298
    12931299
Note: See TracChangeset for help on using the changeset viewer.