Ignore:
Timestamp:
Jun 2, 2002, 12:10:33 PM (23 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

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

    r8426 r8544  
    214214typedef int             INT;
    215215typedef unsigned int    UINT;
     216typedef unsigned int    INT32;
    216217typedef UINT *          UINT_PTR;
    217218typedef unsigned short  WORD;
     
    730731typedef const RECTL *LPCRECTL;
    731732
    732 #define CONV_RECT16TO32(r16,r32) \
    733     ((r32)->left  = (INT)(r16)->left,  (r32)->top    = (INT)(r16)->top, \
    734      (r32)->right = (INT)(r16)->right, (r32)->bottom = (INT)(r16)->bottom)
    735 #define CONV_RECT32TO16(r32,r16) \
    736     ((r16)->left  = (INT16)(r32)->left,  (r16)->top    = (INT16)(r32)->top, \
    737      (r16)->right = (INT16)(r32)->right, (r16)->bottom = (INT16)(r32)->bottom)
    738 
    739733/*
    740734 * 8.9.99 DJR DECIMAL support
Note: See TracChangeset for help on using the changeset viewer.