Files
Work/avifile/AVIDEFS.HPP
2024-08-07 09:12:07 -04:00

12 lines
261 B
C++

#ifndef _AVIFILE_AVIDEFS_HPP_
#define _AVIFILE_AVIDEFS_HPP_
#define AVI(name) AVIVFW##name
#define AVIStreamHeader AVIVFWStreamHeader
#define FOURCC VFWFOURCC
#ifndef _COMMON_VFW_HPP_
#include <common/vfw.hpp>
#endif
#undef AVIStreamHeader
#undef FOURCC
#endif