Initial Commit

This commit is contained in:
2024-08-07 09:09:36 -04:00
commit ca445435a0
458 changed files with 41370 additions and 0 deletions

14
common/VFW.HPP Normal file
View File

@@ -0,0 +1,14 @@
#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