libobs: Make ComPtr header self-sufficient

Don't make someone else define IUnknown.
This commit is contained in:
jpark37 2019-11-27 16:31:54 -08:00 committed by jp9000
parent 862f16285f
commit 82797eb367

View File

@ -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! */