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

path-win: include initguid.h

cygwin was giving undefined reference to `FOLDERID_Desktop' at link time
This commit is contained in:
Kevin Mitchell 2015-12-20 03:24:00 -08:00
parent 7f313afd08
commit 48b103cad7

View File

@ -17,6 +17,7 @@
#include <windows.h>
#include <shlobj.h>
#include <initguid.h>
#include <knownfolders.h>
#include <pthread.h>