Changeset 2605


Ignore:
Timestamp:
Feb 3, 2000, 1:19:23 PM (25 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/include/winconst.h

    r2488 r2605  
    1 /* $Id: winconst.h,v 1.22 2000-01-20 21:54:41 sandervl Exp $ */
     1/* $Id: winconst.h,v 1.23 2000-02-03 12:19:23 sandervl Exp $ */
    22
    33/*
     
    995995#define HIWORD(l)              ((WORD)((DWORD)(l) >> 16))
    996996#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.