1. 11 Jul, 2012 2 commits
  2. 10 Jul, 2012 20 commits
  3. 09 Jul, 2012 13 commits
  4. 08 Jul, 2012 4 commits
  5. 07 Jul, 2012 1 commit
    • Ronald S. Bultje's avatar
      cmutils: include shellapi.h on Win32 (for CommandLineToArgvW). · 66a29797
      Ronald S. Bultje authored
      This is required for CommandLineToArgvW. Normally, shellapi.h is included
      implicitly by windows.h, but if we define WIN32_LEAN_AND_MEAN (or some of
      the other earlier headers have included windows.h with that option),
      windows.h doesn't include this one.
      
      Thus explicitly include the headers we really need, for clarity and
      compatibility.
      66a29797