1. 01 Mar, 2006 5 commits
  2. 28 Feb, 2006 33 commits
  3. 27 Feb, 2006 2 commits
    • 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
    • Eric Pouech's avatar
      winedbg: Auto mode. · 893d7524
      Eric Pouech authored
      - rewrite auto mode startup
      - move part of auto handling to tgt_active.c
      893d7524