From c52ae6825f1a4d033aceaa79c275c0770ff1a946 Mon Sep 17 00:00:00 2001 From: Jason Hooks Date: Tue, 18 Oct 2011 21:04:31 -0400 Subject: [PATCH] Applying Gus's Windows fix2 --- components/files/windowspath.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/files/windowspath.cpp b/components/files/windowspath.cpp index f42f149c1..0b913d8ea 100644 --- a/components/files/windowspath.cpp +++ b/components/files/windowspath.cpp @@ -5,7 +5,10 @@ #include #include -#include +#include + +#include +#pragma comment(lib, "Shlwapi.lib") namespace Files {