From 3b11910362ee914973c89c7c449886dafe346f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20B=C3=A9ron?= Date: Sun, 13 Apr 2003 01:05:31 +0000 Subject: [PATCH] Include shlguid.h from shlobj.h. Expose IShellLink to Winelib apps. --- include/shlobj.h | 1 + include/wine/obj_shelllink.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/include/shlobj.h b/include/shlobj.h index 7be60e74ff9..254a8890fa0 100644 --- a/include/shlobj.h +++ b/include/shlobj.h @@ -25,6 +25,7 @@ #include "oleauto.h" #include "commctrl.h" #include "prsht.h" +#include "shlguid.h" #ifdef __cplusplus extern "C" { diff --git a/include/wine/obj_shelllink.h b/include/wine/obj_shelllink.h index 82066119622..55d5fdc08f0 100644 --- a/include/wine/obj_shelllink.h +++ b/include/wine/obj_shelllink.h @@ -27,6 +27,8 @@ extern "C" { #endif /* defined(__cplusplus) */ +#define IShellLink WINELIB_NAME_AW(IShellLink) + /***************************************************************************** * Predeclare the interfaces */