Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
b3c3a6c1
Commit
b3c3a6c1
authored
Sep 07, 2009
by
Geoffroy Couprie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Win32: make the windows_interfaces header compatible with shlobj.h
parent
e854bbff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
include/vlc_windows_interfaces.h
include/vlc_windows_interfaces.h
+8
-2
No files found.
include/vlc_windows_interfaces.h
View file @
b3c3a6c1
...
...
@@ -35,8 +35,10 @@ const GUID IID_IApplicationAssociationRegistrationUI = {0x1f76a169,0xf994,0x40ac
const
GUID
clsid_ITaskbarList
=
{
0x56FDF344
,
0xFD6D
,
0x11d0
,{
0x95
,
0x8A
,
0x00
,
0x60
,
0x97
,
0xC9
,
0xA0
,
0x90
}};
const
GUID
IID_ITaskbarList3
=
{
0xea1afb91
,
0x9e28
,
0x4b86
,{
0x90
,
0xe9
,
0x9e
,
0x9f
,
0x8a
,
0x5e
,
0xef
,
0xaf
}};
#ifndef __IUnknown_INTERFACE_DEFINED__
#undef IUnknown
typedef
struct
_IUnknown
IUnknown
;
#endif
typedef
struct
_IApplicationAssociationRegistrationUI
IApplicationAssociationRegistrationUI
;
typedef
struct
_ITaskbarList3
ITaskbarList3
;
...
...
@@ -49,8 +51,9 @@ typedef struct IUnknown_vt
}
IUnknown_vt
;
struct
_IUnknown
{
IUnknown_vt
*
vt
;
};
#ifndef __IUnknown_INTERFACE_DEFINED__
typedef
IUnknown
*
LPUNKNOWN
;
#endif
typedef
struct
IApplicationAssociationRegistrationUI_vt
{
/* IUnknown methods */
...
...
@@ -166,11 +169,14 @@ struct _ITaskbarList3 { ITaskbarList3Vtbl* vt; };
typedef
ITaskbarList3
*
LPTASKBARLIST3
,
*
PTASKBARLIST3
;
#ifdef __cplusplus
extern
"C"
{
#endif
HRESULT
WINAPI
CoCreateInstance
(
const
GUID
*
,
LPUNKNOWN
,
DWORD
,
REFIID
,
PVOID
*
);
HRESULT
WINAPI
CoInitialize
(
PVOID
);
void
WINAPI
CoUninitialize
(
void
);
#ifdef __cplusplus
};
#endif
#endif //VISTAASSOC_H
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment