X-Git-Url: https://git.sesse.net/?p=nageru;a=blobdiff_plain;f=nageru%2Fdecklink%2FDeckLinkAPIDiscovery.h;fp=nageru%2Fdecklink%2FDeckLinkAPIDiscovery.h;h=d6619caa1813ddf58264a68a141772353f40cf3d;hp=93ca66b6d033a2644556d369bf888f3c9d341a26;hb=e2a893d447c2382983d1d4dad614c80978a2c98c;hpb=9ffdc3a04cd16fbc614894563330c6dc2625fca6 diff --git a/nageru/decklink/DeckLinkAPIDiscovery.h b/nageru/decklink/DeckLinkAPIDiscovery.h index 93ca66b..d6619ca 100644 --- a/nageru/decklink/DeckLinkAPIDiscovery.h +++ b/nageru/decklink/DeckLinkAPIDiscovery.h @@ -1,5 +1,5 @@ /* -LICENSE-START- -** Copyright (c) 2015 Blackmagic Design +** Copyright (c) 2018 Blackmagic Design ** ** Permission is hereby granted, free of charge, to any person or organization ** obtaining a copy of the software and accompanying documentation covered by @@ -37,6 +37,10 @@ #endif #endif +#ifndef BMD_PUBLIC + #define BMD_PUBLIC +#endif + // Type Declarations @@ -50,7 +54,7 @@ class IDeckLink; /* Interface IDeckLink - represents a DeckLink device */ -class IDeckLink : public IUnknown +class BMD_PUBLIC IDeckLink : public IUnknown { public: virtual HRESULT GetModelName (/* out */ const char **modelName) = 0;