1. 22 Feb, 2010 1 commit
  2. 03 Feb, 2010 2 commits
  3. 23 Jan, 2009 1 commit
  4. 29 Dec, 2008 1 commit
  5. 20 Dec, 2008 1 commit
  6. 19 Dec, 2008 2 commits
  7. 08 Dec, 2008 1 commit
  8. 02 Dec, 2008 2 commits
  9. 06 Oct, 2008 1 commit
  10. 27 Aug, 2008 1 commit
  11. 19 Aug, 2008 1 commit
  12. 25 Mar, 2008 1 commit
  13. 23 Jan, 2008 1 commit
  14. 29 Oct, 2007 1 commit
  15. 10 Oct, 2007 1 commit
  16. 07 Aug, 2007 1 commit
  17. 11 Jun, 2007 1 commit
  18. 07 Jun, 2007 1 commit
  19. 05 Jun, 2007 1 commit
  20. 25 May, 2007 2 commits
  21. 25 Apr, 2007 1 commit
  22. 20 Feb, 2007 1 commit
  23. 10 Jan, 2007 1 commit
  24. 07 Oct, 2006 1 commit
  25. 23 May, 2006 1 commit
  26. 24 Feb, 2006 1 commit
  27. 09 Sep, 2005 1 commit
  28. 08 Sep, 2005 1 commit
  29. 29 Jul, 2005 1 commit
  30. 27 Jul, 2005 1 commit
  31. 27 Apr, 2005 1 commit
  32. 24 Mar, 2005 1 commit
  33. 23 Mar, 2005 1 commit
  34. 10 Jan, 2005 1 commit
  35. 23 Dec, 2004 1 commit
  36. 06 Dec, 2004 1 commit
    • Alexandre Julliard's avatar
      Authors: Eric Pouech <pouech-eric@wanadoo.fr>, Filip Navara <xnavara@volny.cz> · b4e49557
      Alexandre Julliard authored
      32 bit low level drivers now use a Unicode interface (used to be ANSI):
      - Send the *_GETDEVCAPS messages in unicode format from the
        *GetDevCapsW function and call the *GetDevCapsW from their respective
        Ansi versions.
      - Modify all low level drivers to correctly process the *_GETDEVCAPS
        messages as unicode.
      - *_GETDEVCAPS messages are now mapped from/to unicode for 16 bit code.
      - Removed all SoundBlaster naming oldies.
      Better use of some unicode functions (instead of Ansi) in winmm.
      b4e49557