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
45992843
Commit
45992843
authored
Nov 28, 2008
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 01, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsound: Remove WINAPI on static functions where not needed.
parent
b4912bc1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
propset.c
dlls/dsound/propset.c
+8
-8
No files found.
dlls/dsound/propset.c
View file @
45992843
...
...
@@ -273,7 +273,7 @@ static ULONG WINAPI IKsPrivatePropertySetImpl_Release(LPKSPROPERTYSET iface)
return
ref
;
}
static
HRESULT
WINAPI
DSPROPERTY_WaveDeviceMappingA
(
static
HRESULT
DSPROPERTY_WaveDeviceMappingA
(
LPVOID
pPropData
,
ULONG
cbPropData
,
PULONG
pcbReturned
)
...
...
@@ -336,7 +336,7 @@ static HRESULT WINAPI DSPROPERTY_WaveDeviceMappingA(
return
hr
;
}
static
HRESULT
WINAPI
DSPROPERTY_WaveDeviceMappingW
(
static
HRESULT
DSPROPERTY_WaveDeviceMappingW
(
LPVOID
pPropData
,
ULONG
cbPropData
,
PULONG
pcbReturned
)
...
...
@@ -399,7 +399,7 @@ static HRESULT WINAPI DSPROPERTY_WaveDeviceMappingW(
return
hr
;
}
static
HRESULT
WINAPI
DSPROPERTY_Description1
(
static
HRESULT
DSPROPERTY_Description1
(
LPVOID
pPropData
,
ULONG
cbPropData
,
PULONG
pcbReturned
)
...
...
@@ -579,7 +579,7 @@ static HRESULT WINAPI DSPROPERTY_Description1(
return
S_OK
;
}
static
HRESULT
WINAPI
DSPROPERTY_DescriptionA
(
static
HRESULT
DSPROPERTY_DescriptionA
(
LPVOID
pPropData
,
ULONG
cbPropData
,
PULONG
pcbReturned
)
...
...
@@ -819,7 +819,7 @@ static HRESULT WINAPI DSPROPERTY_DescriptionA(
return
S_OK
;
}
static
HRESULT
WINAPI
DSPROPERTY_DescriptionW
(
static
HRESULT
DSPROPERTY_DescriptionW
(
LPVOID
pPropData
,
ULONG
cbPropData
,
PULONG
pcbReturned
)
...
...
@@ -1060,7 +1060,7 @@ static HRESULT WINAPI DSPROPERTY_DescriptionW(
return
S_OK
;
}
static
HRESULT
WINAPI
DSPROPERTY_Enumerate1
(
static
HRESULT
DSPROPERTY_Enumerate1
(
LPVOID
pPropData
,
ULONG
cbPropData
,
PULONG
pcbReturned
)
...
...
@@ -1142,7 +1142,7 @@ static HRESULT WINAPI DSPROPERTY_Enumerate1(
return
E_PROP_ID_UNSUPPORTED
;
}
static
HRESULT
WINAPI
DSPROPERTY_EnumerateA
(
static
HRESULT
DSPROPERTY_EnumerateA
(
LPVOID
pPropData
,
ULONG
cbPropData
,
PULONG
pcbReturned
)
...
...
@@ -1252,7 +1252,7 @@ static HRESULT WINAPI DSPROPERTY_EnumerateA(
return
E_PROP_ID_UNSUPPORTED
;
}
static
HRESULT
WINAPI
DSPROPERTY_EnumerateW
(
static
HRESULT
DSPROPERTY_EnumerateW
(
LPVOID
pPropData
,
ULONG
cbPropData
,
PULONG
pcbReturned
)
...
...
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