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
1 changed files with 1 additions and 0 deletions

View File

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