decklink: Make header self-sufficient

This commit is contained in:
jpark37 2021-09-17 21:14:56 -07:00 committed by Jim
parent 3c45ae2e9d
commit 7e854581a7

View File

@ -1,6 +1,7 @@
#pragma once
#if defined(_WIN32)
#include <combaseapi.h>
#include <DeckLinkAPI.h>
#include "win/decklink-sdk/DeckLinkAPIVersion.h"
typedef BOOL decklink_bool_t;