mirror of
https://github.com/reactos/reactos.git
synced 2025-05-21 18:16:07 +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
|
#ifndef aviTWOCC
|
||||||
#define aviTWOCC(ch0,ch1) ((WORD)(BYTE)(ch0)|((WORD)(BYTE)(ch1)<<8))
|
#define aviTWOCC(ch0,ch1) ((WORD)(BYTE)(ch0)|((WORD)(BYTE)(ch1)<<8))
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef comptypeDIB
|
||||||
|
#define comptypeDIB mmioFOURCC('D','I','B',' ')
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifndef RC_INVOKED
|
#ifndef RC_INVOKED
|
||||||
DECLARE_HANDLE(HIC);
|
DECLARE_HANDLE(HIC);
|
||||||
|
|
Loading…
Reference in a new issue