Module: wine Branch: master Commit: a8ffb232ab99a133f735d67919b26d0e04331934 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a8ffb232ab99a133f735d67919...
Author: Reece Dunn msclrhd@googlemail.com Date: Sun Sep 7 09:47:55 2008 +0100
browseui: Fixed building the tests with the Windows SDK.
---
dlls/browseui/tests/autocomplete.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/browseui/tests/autocomplete.c b/dlls/browseui/tests/autocomplete.c index df2af75..966721c 100644 --- a/dlls/browseui/tests/autocomplete.c +++ b/dlls/browseui/tests/autocomplete.c @@ -24,6 +24,7 @@ #include <windows.h> #include <shlobj.h> #include <shlwapi.h> +#include <shlguid.h>
#include "wine/test.h"