Ignore:
Timestamp:
Apr 13, 2004, 4:17:17 PM (21 years ago)
Author:
sandervl
Message:

updates

File:
1 edited

Legend:

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

    r10294 r10579  
    14391439#define POINTSTOPOINT(pt, pts)                          \
    14401440        { (pt).x = (LONG)(SHORT)LOWORD(*(LONG*)&pts);   \
    1441           (pt).y = (LONG)(SHORT)HIWORD(*(LONG*)&pts); }         
     1441          (pt).y = (LONG)(SHORT)HIWORD(*(LONG*)&pts); }
    14421442
    14431443#define POINTTOPOINTS(pt)      (MAKELONG((short)((pt).x), (short)((pt).y)))
     
    30853085#define CF_DSPBITMAP        0x0082
    30863086#define CF_DSPMETAFILEPICT  0x0083
     3087#define CF_DSPENHMETAFILE   0x008E
    30873088
    30883089/* "Private" formats don't get GlobalFree()'d */
Note: See TracChangeset for help on using the changeset viewer.