decklink: Add "extern C" forward declaration for CreateDeckLinkIteratorInstance()

This commit is contained in:
Sebastian Dröge 2017-01-27 19:09:13 +02:00
parent dcacb99aaf
commit 858e7b28d3

View file

@ -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