1. 01 Mar, 2006 6 commits
  2. 28 Feb, 2006 33 commits
  3. 27 Feb, 2006 1 commit
    • 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