Include shlguid.h from shlobj.h.

Expose IShellLink to Winelib apps.
This commit is contained in:
Vincent Béron 2003-04-13 01:05:31 +00:00 committed by Alexandre Julliard
parent a79c96039d
commit 3b11910362
2 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include "oleauto.h"
#include "commctrl.h"
#include "prsht.h"
#include "shlguid.h"
#ifdef __cplusplus
extern "C" {

View File

@ -27,6 +27,8 @@
extern "C" {
#endif /* defined(__cplusplus) */
#define IShellLink WINELIB_NAME_AW(IShellLink)
/*****************************************************************************
* Predeclare the interfaces
*/