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
459c7988
Commit
459c7988
authored
Feb 01, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Win32: Add a mingw-w64 2.0.1 workaround
parent
659d99df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
include/vlc_windows_interfaces.h
include/vlc_windows_interfaces.h
+6
-5
No files found.
include/vlc_windows_interfaces.h
View file @
459c7988
...
...
@@ -84,10 +84,6 @@ typedef enum THUMBBUTTONFLAGS {
THBF_NONINTERACTIVE
=
0x10
}
THUMBBUTTONFLAGS
;
#ifndef THBN_CLICKED
# define THBN_CLICKED 0x1800
#endif
#ifdef __cplusplus
interface
ITaskbarList
:
public
IUnknown
{
public:
...
...
@@ -226,7 +222,12 @@ struct ITaskbarList3Vtbl
#endif
/* __cplusplus */
#endif
/* __ITaskbarList3_INTERFACE_DEFINED__ */
/* mingw-w64 also fails to define this as of 2.0.1 */
/* mingw-w64 also fails to define these as of 2.0.1 */
#ifndef THBN_CLICKED
# define THBN_CLICKED 0x1800
#endif
#ifndef __IApplicationAssociationRegistrationUI_INTERFACE_DEFINED__
#define __IApplicationAssociationRegistrationUI_INTERFACE_DEFINED__
const
GUID
IID_IApplicationAssociationRegistrationUI
=
{
0x1f76a169
,
0xf994
,
0x40ac
,
{
0x8f
,
0xc8
,
0x09
,
0x59
,
0xe8
,
0x87
,
0x47
,
0x10
}};
...
...
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