Add comptypeDIB definition to headers

svn path=/trunk/; revision=23900
This commit is contained in:
Aleksey Bragin 2006-09-03 19:38:16 +00:00
parent 7fe1969532
commit 4eebe5e53f

View file

@ -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);