mirror of https://github.com/mpv-player/mpv
path-win: include initguid.h
cygwin was giving undefined reference to `FOLDERID_Desktop' at link time
This commit is contained in:
parent
7f313afd08
commit
48b103cad7
|
@ -17,6 +17,7 @@
|
|||
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
#include <initguid.h>
|
||||
#include <knownfolders.h>
|
||||
#include <pthread.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue