odbccp32: Fix some spec file entries.

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
André Hentschel 2017-02-22 23:23:13 +01:00 committed by Alexandre Julliard
parent 8e273c8f8a
commit 093d8702b9

View file

@ -19,7 +19,7 @@
20 stdcall SQLRemoveDriver(str long ptr)
21 stdcall SQLConfigDriver(ptr long str str ptr long ptr)
22 stdcall SQLInstallerError(long ptr ptr long ptr)
23 stdcall SQLPostInstallerError(long ptr)
23 stdcall SQLPostInstallerError(long str)
24 stdcall SQLReadFileDSN(str str str ptr long ptr)
25 stdcall SQLWriteFileDSN(str str str str)
26 stdcall SQLInstallDriverEx(str str str long ptr long ptr)
@ -47,7 +47,7 @@
220 stdcall SQLRemoveDriverW(wstr long ptr)
221 stdcall SQLConfigDriverW(ptr long wstr wstr ptr long ptr)
222 stdcall SQLInstallerErrorW(long ptr ptr long ptr)
223 stdcall SQLPostInstallerErrorW(long ptr)
223 stdcall SQLPostInstallerErrorW(long wstr)
224 stdcall SQLReadFileDSNW(wstr wstr wstr ptr long ptr)
225 stdcall SQLWriteFileDSNW(wstr wstr wstr wstr)
226 stdcall SQLInstallDriverExW(wstr wstr wstr long ptr long ptr)