libobs: Make ComPtr header self-sufficient
Don't make someone else define IUnknown.
This commit is contained in:
parent
862f16285f
commit
82797eb367
@ -16,6 +16,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <Unknwn.h>
|
||||
#endif
|
||||
|
||||
/* Oh no I have my own com pointer class, the world is ending, how dare you
|
||||
* write your own! */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user