• Francois Gouget's avatar
    advpack: Prepare the unicodification of advpack.dll. · be6d891f
    Francois Gouget authored
    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.
    be6d891f
install.c 6.19 KB