mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
Add comptypeDIB definition to headers
svn path=/trunk/; revision=23900
This commit is contained in:
parent
7fe1969532
commit
4eebe5e53f
1 changed files with 4 additions and 0 deletions
|
@ -368,6 +368,10 @@ typedef struct IAVIEditStream *PAVIEDITSTREAM;
|
|||
#ifndef aviTWOCC
|
||||
#define aviTWOCC(ch0,ch1) ((WORD)(BYTE)(ch0)|((WORD)(BYTE)(ch1)<<8))
|
||||
#endif
|
||||
#ifndef comptypeDIB
|
||||
#define comptypeDIB mmioFOURCC('D','I','B',' ')
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef RC_INVOKED
|
||||
DECLARE_HANDLE(HIC);
|
||||
|
|
Loading…
Reference in a new issue