mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
Include shlguid.h from shlobj.h.
Expose IShellLink to Winelib apps.
This commit is contained in:
parent
a79c96039d
commit
3b11910362
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user