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
7f66623d
Commit
7f66623d
authored
Dec 02, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
devenum: Make some functions static.
parent
23abbcb9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
createdevenum.c
dlls/devenum/createdevenum.c
+2
-2
devenum_private.h
dlls/devenum/devenum_private.h
+0
-5
No files found.
dlls/devenum/createdevenum.c
View file @
7f66623d
...
...
@@ -318,7 +318,7 @@ static void DEVENUM_ReadPins(HKEY hkeyFilterClass, REGFILTER2 *rgf2)
rgf2
->
u
.
s
.
rgPins
=
rgPins
;
}
static
HRESULT
DEVENUM_RegisterLegacyAmFilters
()
static
HRESULT
DEVENUM_RegisterLegacyAmFilters
(
void
)
{
HKEY
hkeyFilter
=
NULL
;
DWORD
dwFilterSubkeys
,
i
;
...
...
@@ -453,7 +453,7 @@ static HRESULT DEVENUM_RegisterLegacyAmFilters()
/**********************************************************************
* DEVENUM_ICreateDevEnum_CreateClassEnumerator
*/
HRESULT
WINAPI
DEVENUM_ICreateDevEnum_CreateClassEnumerator
(
static
HRESULT
WINAPI
DEVENUM_ICreateDevEnum_CreateClassEnumerator
(
ICreateDevEnum
*
iface
,
REFCLSID
clsidDeviceClass
,
IEnumMoniker
**
ppEnumMoniker
,
...
...
dlls/devenum/devenum_private.h
View file @
7f66623d
...
...
@@ -82,11 +82,6 @@ typedef struct
MediaCatMoniker
*
DEVENUM_IMediaCatMoniker_Construct
(
void
);
HRESULT
DEVENUM_IEnumMoniker_Construct
(
HKEY
hkey
,
IEnumMoniker
**
ppEnumMoniker
);
HRESULT
WINAPI
DEVENUM_ICreateDevEnum_CreateClassEnumerator
(
ICreateDevEnum
*
iface
,
REFCLSID
clsidDeviceClass
,
IEnumMoniker
**
ppEnumMoniker
,
DWORD
dwFlags
);
extern
ClassFactoryImpl
DEVENUM_ClassFactory
;
extern
CreateDevEnumImpl
DEVENUM_CreateDevEnum
;
...
...
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