mirror of https://github.com/mpv-player/mpv
3751065f97
We always want to use __declspec(selectany) to declare GUIDs, but
manually including <initguid.h> in every file that used GUIDs was
error-prone. Since all <initguid.h> does is define INITGUID and include
<guiddef.h>, we can remove all references to <initguid.h> and just
compile with -DINITGUID to get the same effect.
Also, this partially reverts
|
||
---|---|---|
.. | ||
__init__.py | ||
compiler.py | ||
devices.py |