diff util.c @ 795:bce97fc0bb8a

Fix mingw-w64 build and cross-compilation
author =?UTF-8?q?Higor=20Eur=C3=ADpedes?= <heuripedes@gmail.com>
date Sun, 26 Jul 2015 10:59:41 -0700
parents 13d3744b170e
children 0b692b5d154b
line wrap: on
line diff
--- a/util.c	Sat Jul 25 02:54:00 2015 -0700
+++ b/util.c	Sun Jul 26 10:59:41 2015 -0700
@@ -87,8 +87,8 @@
 }
 
 #ifdef _WIN32
-#include "Shlobj.h"
-#include "Windows.h"
+#include <windows.h>
+#include <shlobj.h>
 
 char * get_home_dir()
 {