Module: wine Branch: master Commit: 9cfc021b1a40d702cd687d2d76685e5d98be4dbe URL: http://source.winehq.org/git/wine.git/?a=commit;h=9cfc021b1a40d702cd687d2d76...
Author: Francois Gouget fgouget@free.fr Date: Wed May 13 10:32:09 2009 +0200
setupapi: VcpEnumFiles() is implemented so export it.
---
dlls/setupapi/setupx.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/setupapi/setupx.spec b/dlls/setupapi/setupx.spec index 590355f..e5bdf23 100644 --- a/dlls/setupapi/setupx.spec +++ b/dlls/setupapi/setupx.spec @@ -122,7 +122,7 @@ 200 pascal VcpOpen(segptr ptr) VcpOpen16 201 pascal VcpClose(word str) VcpClose16 202 pascal -ret16 vcpDefCallbackProc(ptr word word long long) vcpDefCallbackProc16 -203 stub vcpEnumFiles #(ptr long) +203 pascal VcpEnumFiles(ptr long) 204 pascal -ret16 VcpQueueRename(str str str str word word long) VcpQueueRename16 205 pascal -ret16 vsmGetStringName(word ptr word) vsmGetStringName16 206 pascal -ret16 vsmStringDelete(word) vsmStringDelete16