http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7142a4e
)
Fixed a trace.
author
Alexandre Julliard
<julliard@winehq.org>
Tue, 17 Feb 2004 22:48:25 +0000
(22:48 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 17 Feb 2004 22:48:25 +0000
(22:48 +0000)
dlls/setupapi/stubs.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/setupapi/stubs.c
b/dlls/setupapi/stubs.c
index 33eabe511a05fb56382634c33c53afa10cb794ba..7aef31c40b72185ff246d56e45d6440b36b023f4 100644
(file)
--- a/
dlls/setupapi/stubs.c
+++ b/
dlls/setupapi/stubs.c
@@
-203,6
+203,7
@@
BOOL WINAPI SetupGetInfInformationA( LPCVOID InfSpec, DWORD SearchControl,
PSP_INF_INFORMATION ReturnBuffer,
DWORD ReturnBufferSize, PDWORD RequiredSize)
{
- FIXME("(%p, %d, %p, %d, %p) Stub!\n");
+ FIXME("(%p, %ld, %p, %ld, %p) Stub!\n",
+ InfSpec, SearchControl, ReturnBuffer, ReturnBufferSize, RequiredSize );
return TRUE;
}