mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Add comptypeDIB definition to headers
svn path=/trunk/; revision=23900
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user