From 858e7b28d3cca86acae115e8e353926f3a85b872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 27 Jan 2017 19:09:13 +0200 Subject: [PATCH] decklink: Add "extern C" forward declaration for CreateDeckLinkIteratorInstance() --- sys/decklink/win/DeckLinkAPI.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sys/decklink/win/DeckLinkAPI.h b/sys/decklink/win/DeckLinkAPI.h index f0058202a6..18a0c52082 100644 --- a/sys/decklink/win/DeckLinkAPI.h +++ b/sys/decklink/win/DeckLinkAPI.h @@ -15198,6 +15198,14 @@ EXTERN_C const IID IID_IDeckLinkInput_v7_1; /* end of Additional Prototypes */ +/* Functions */ + +extern "C" { + + IDeckLinkIterator* CreateDeckLinkIteratorInstance (void); + +} + #ifdef __cplusplus } #endif