mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
decklink: Fix building on Windows
BSTR is already a pointer to a string
This commit is contained in:
parent
845832263b
commit
3d4c428e41
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define bool BOOL
|
||||
|
||||
#define COMSTR_T BSTR*
|
||||
#define COMSTR_T BSTR
|
||||
#define FREE_COM_STRING(s) delete[] s;
|
||||
#define CONVERT_COM_STRING(s) BSTR _s = (BSTR)s; s = _com_util::ConvertBSTRToString(_s); ::SysFreeString(_s);
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue