Commit 3b119103 authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Include shlguid.h from shlobj.h.

Expose IShellLink to Winelib apps.
parent a79c9603
......@@ -25,6 +25,7 @@
#include "oleauto.h"
#include "commctrl.h"
#include "prsht.h"
#include "shlguid.h"
#ifdef __cplusplus
extern "C" {
......
......@@ -27,6 +27,8 @@
extern "C" {
#endif /* defined(__cplusplus) */
#define IShellLink WINELIB_NAME_AW(IShellLink)
/*****************************************************************************
* Predeclare the interfaces
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment