Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
088b3748
Commit
088b3748
authored
Jun 25, 2008
by
Rob Shearman
Committed by
Alexandre Julliard
Jun 25, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Don't import files in control.idl that aren't imported on Windows.
parent
8d0699e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
axcore.idl
include/axcore.idl
+4
-0
control.idl
include/control.idl
+6
-4
No files found.
include/axcore.idl
View file @
088b3748
...
...
@@ -48,7 +48,11 @@ cpp_quote("#define MAX_PIN_NAME 128")
cpp_quote
(
"#define MAX_FILTER_NAME 128"
)
typedef
LONGLONG
REFERENCE_TIME
;
cpp_quote
(
"#ifndef REFTIME_DEFINED"
)
cpp_quote
(
"#define REFTIME_DEFINED"
)
typedef
DOUBLE
REFTIME
;
cpp_quote
(
"#endif"
)
typedef
DWORD_PTR
HSEMAPHORE
;
typedef
DWORD_PTR
HEVENT
;
...
...
include/control.idl
View file @
088b3748
...
...
@@ -17,10 +17,7 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
cpp_quote
(
"#if 0"
)
/*
FIXME
:
these
files
are
not
included
on
Windows
*/
import
"shldisp.idl"
;
import
"strmif.idl"
;
cpp_quote
(
"#endif"
)
import
"oaidl.idl"
;
interface
IMediaControl
;
interface
IBasicAudio
;
...
...
@@ -34,6 +31,11 @@ typedef long OAFilterState;
typedef
LONG_PTR
OAHWND
;
typedef
LONG_PTR
OAEVENT
;
cpp_quote
(
"#ifndef REFTIME_DEFINED"
)
cpp_quote
(
"#define REFTIME_DEFINED"
)
typedef
DOUBLE
REFTIME
;
cpp_quote
(
"#endif"
)
/*****************************************************************************
*
IMediaControl
interface
*/
...
...
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