Changeset 2488
- Timestamp:
 - Jan 20, 2000, 10:54:41 PM (26 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/include/winconst.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/include/winconst.h
r2427 r2488 1 /* $Id: winconst.h,v 1.2 1 2000-01-13 13:55:20sandervl Exp $ */1 /* $Id: winconst.h,v 1.22 2000-01-20 21:54:41 sandervl Exp $ */ 2 2 3 3 /* … … 989 989 990 990 991 #ifndef LOWORD 991 992 #define LOWORD(l) ((WORD)(DWORD)(l)) 993 #endif 994 #ifndef HIWORD 992 995 #define HIWORD(l) ((WORD)((DWORD)(l) >> 16)) 996 #endif  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  