Changeset 2605
- Timestamp:
- Feb 3, 2000, 1:19:23 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/winconst.h ¶
r2488 r2605 1 /* $Id: winconst.h,v 1.2 2 2000-01-20 21:54:41sandervl Exp $ */1 /* $Id: winconst.h,v 1.23 2000-02-03 12:19:23 sandervl Exp $ */ 2 2 3 3 /* … … 995 995 #define HIWORD(l) ((WORD)((DWORD)(l) >> 16)) 996 996 #endif 997 998 /* biCompression */ 999 #define BI_RGB 0 1000 #define BI_RLE8 1 1001 #define BI_RLE4 2 1002 #define BI_BITFIELDS 3
Note:
See TracChangeset
for help on using the changeset viewer.