0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

w32_common: fix GUID linking in Cygwin

This commit is contained in:
James Ross-Gowan 2014-12-09 20:50:36 +11:00
parent ca1ec30a4b
commit 349d19dda9

View File

@ -23,6 +23,7 @@
#include <assert.h>
#include <windows.h>
#include <windowsx.h>
#include <initguid.h>
#include <ole2.h>
#include <shobjidl.h>