Skip to content
Snippets Groups Projects
Commit 3b119103 authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard
Browse files

Include shlguid.h from shlobj.h.

Expose IShellLink to Winelib apps.
parent a79c9603
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment