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 */