Francois Gouget : advpack: Prepare the unicodification of advpack.dll.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 27 09:33:30 CST 2006


Module: wine
Branch: refs/heads/master
Commit: be6d891f0d641e7e24989b3ec463553378865024
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=be6d891f0d641e7e24989b3ec463553378865024

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Feb 24 16:09:42 2006 +0100

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    |   40 ++++----
 dlls/advpack/advpack.spec |  100 +++++++++++++++-----
 dlls/advpack/files.c      |   50 +++++-----
 dlls/advpack/install.c    |   16 ++-
 dlls/advpack/reg.c        |   22 ++--
 dlls/mshtml/main.c        |    8 +-
 dlls/urlmon/regsvr.c      |    8 +-
 include/advpub.h          |  228 +++++++++++++++++++++++++++++++++------------
 tools/winapi/win32.api    |   10 +-
 9 files changed, 322 insertions(+), 160 deletions(-)

Diff:   http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=be6d891f0d641e7e24989b3ec463553378865024



More information about the wine-cvs mailing list