1. 01 Mar, 2006 4 commits
  2. 28 Feb, 2006 33 commits
  3. 27 Feb, 2006 3 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
    • Eric Pouech's avatar
      winedbg: Move gdb command line handling. · a67f8e86
      Eric Pouech authored
      - moves gdb command line handling to gdbproxy.c
      - using manifest constants to make code more readable
      a67f8e86