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
2e2f6660
Commit
2e2f6660
authored
May 07, 2004
by
Matthew Davison
Committed by
Alexandre Julliard
May 07, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update spec file.
parent
a7c31071
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
setupapi.spec
dlls/setupapi/setupapi.spec
+0
-0
stubs.c
dlls/setupapi/stubs.c
+13
-0
No files found.
dlls/setupapi/setupapi.spec
View file @
2e2f6660
This diff is collapsed.
Click to expand it.
dlls/setupapi/stubs.c
View file @
2e2f6660
...
...
@@ -177,6 +177,19 @@ DWORD WINAPI CM_Disconnect_Machine(DWORD handle)
}
/***********************************************************************
* CM_Get_Device_ID_ListA (SETUPAPI.@)
*/
DWORD
WINAPI
CM_Get_Device_ID_ListA
(
PCSTR
pszFilter
,
PCHAR
Buffer
,
ULONG
BufferLen
,
ULONG
ulFlags
)
{
FIXME
(
"%p %p %ld %ld
\n
"
,
pszFilter
,
Buffer
,
BufferLen
,
ulFlags
);
memset
(
Buffer
,
0
,
2
);
return
CR_SUCCESS
;
}
/***********************************************************************
* SetupCopyOEMInfA (SETUPAPI.@)
*/
BOOL
WINAPI
SetupCopyOEMInfA
(
PCSTR
sourceinffile
,
PCSTR
sourcemedialoc
,
...
...
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