advpack: Prepare the unicodification of advpack.dll.
authorFrancois Gouget <fgouget@free.fr>
Fri, 24 Feb 2006 15:09:42 +0000 (16:09 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 27 Feb 2006 14:57:33 +0000 (15:57 +0100)
commitbe6d891f0d641e7e24989b3ec463553378865024
treecb5bd5d4ab608194b2a0027b608de712121edc6f
parent893d7524c73aa66552d92bd1bd1362c7f9d10ee2
advpack: Prepare the unicodification of advpack.dll.
All functions that manipulate strings should have an Ansi and a
Unicode variant.
Forward the unqualified dll entry points to the Ansi variant for
backward compatibility.
We're not allowed to use unqualified entry points in Wine, so change
RegInstall() calls to RegInstallA().
Update win32.api.
dlls/advpack/advpack.c
dlls/advpack/advpack.spec
dlls/advpack/files.c
dlls/advpack/install.c
dlls/advpack/reg.c
dlls/mshtml/main.c
dlls/urlmon/regsvr.c
include/advpub.h
tools/winapi/win32.api