[wesnoth-commits] [wesnoth/wesnoth] 497d58: Convert use of deprecated SHGetFolderPathW to SHGe...

GitHub noreply at github.com
Fri May 11 00:09:02 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 497d58df6f9e17c58aea518ef8ede2c4e19393a8
      https://github.com/wesnoth/wesnoth/commit/497d58df6f9e17c58aea518ef8ede2c4e19393a8
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-05-11 (Fri, 11 May 2018)

  Changed paths:
    M src/filesystem_boost.cpp

  Log Message:
  -----------
  Convert use of deprecated SHGetFolderPathW to SHGetKnownFolderPath


  Commit: 2a585118d8b6c4b37d0ff9446a72ca20419ff7f7
      https://github.com/wesnoth/wesnoth/commit/2a585118d8b6c4b37d0ff9446a72ca20419ff7f7
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-05-11 (Fri, 11 May 2018)

  Changed paths:
    M SConstruct
    M changelog.md
    M projectfiles/CodeBlocks/wesnoth.cbp
    M projectfiles/VC14/campaignd.vcxproj
    M projectfiles/VC14/wesnoth.vcxproj
    M projectfiles/VC14/wesnothd.vcxproj
    M src/desktop/windows_tray_notification.cpp
    M src/desktop/windows_tray_notification.hpp
    M src/network_asio.hpp
    M src/wesnothd_connection.hpp

  Log Message:
  -----------
  Bump min required Windows version to 7

Technically, all this code should work on Vista, (including the recent switch to using
SHGetKnownFolderPath), but since we're also considering requiring Visual Studio 2017
for building, we need Windows 7.


Compare: https://github.com/wesnoth/wesnoth/compare/9db47334a977...2a585118d8b6
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Commits mailing list