mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
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
|
||
---|---|---|
.. | ||
cocoa.m | ||
coreaudio.c | ||
dvb.c | ||
gl_x11.c | ||
iconv.c | ||
oss_audio_sunaudio.c | ||
oss_audio.c | ||
pthreads.c | ||
pvr.c | ||
sse.c | ||
wasapi.c |