1. 28 Jul, 2015 1 commit
    • Martin Storsjö's avatar
      dxva2/d3d11va: Set _WIN32_WINNT to 0x0602 instead of 0x0600 · d75b5563
      Martin Storsjö authored
      If _WIN32_WINNT is unset, we force it to a new enough value to
      make sure the necessary definitions are visible.
      
      When targeting Windows Phone or Windows RT, _WIN32_WINNT should
      be at least 0x0602 - otherwise the windows headers themselves
      can cause errors (which technically are bugs in the headers).
      
      Raising this value here shouldn't hurt; the alternative would
      be to not touch it at all if WINAPI_FAMILY is set to phone/app,
      or to force setting it to 0x0602 in configure if unset (for phone/app).
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      d75b5563
  2. 27 Jul, 2015 22 commits
  3. 26 Jul, 2015 5 commits
  4. 25 Jul, 2015 7 commits
  5. 24 Jul, 2015 1 commit
  6. 23 Jul, 2015 4 commits