Home | History | Annotate | Download | only in include

Lines Matching refs:ch0

68 #define MAKEFOURCC(ch0,ch1,ch2,ch3)				\
69 ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | \
1740 #define mmioFOURCC(ch0,ch1,ch2,ch3) MAKEFOURCC(ch0,ch1,ch2,ch3)