setupapi: VcpEnumFiles() is implemented so export it.

Francois Gouget fgouget at free.fr
Wed May 13 03:32:09 CDT 2009


---

It seems like the exports of 16bit dlls are case insensitive. In any 
case these are all caps on Windows. But just tweak the export name here 
so it matches with the others and the implementation.

 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
-- 
1.6.2.1




More information about the wine-patches mailing list