Changeset 8544 for trunk/include/win/windef.h
- Timestamp:
 - Jun 2, 2002, 12:10:33 PM (23 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/include/win/windef.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/include/win/windef.h
r8426 r8544 214 214 typedef int INT; 215 215 typedef unsigned int UINT; 216 typedef unsigned int INT32; 216 217 typedef UINT * UINT_PTR; 217 218 typedef unsigned short WORD; … … 730 731 typedef const RECTL *LPCRECTL; 731 732 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 739 733 /* 740 734 * 8.9.99 DJR DECIMAL support  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  