Files
Work/common/VFW.HPP
2024-08-07 09:09:36 -04:00

15 lines
332 B
C++

#ifndef _COMMON_VFW_HPP_
#define _COMMON_VFW_HPP_
#define __inline inline
#if defined(WIN32) && !defined(_WIN32)
#define _WIN32
#endif
#include <vfw.h>
// The dv.h file that distributes with dxsdk does not contain definition for DVINFO
#include <strmif.h> // this is from dxsdk
#include <aviriff.h>
//#include <dv.h>
#endif