[Heimdal-source-changes] [heimdal/heimdal] 136f8f: Windows: Avoid using deprecated function.

GitHub noreply at github.com
Fre Dec 14 12:39:00 CET 2018


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: 136f8fb55037a06e7e3ce9f09fa786099d87745b
      https://github.com/heimdal/heimdal/commit/136f8fb55037a06e7e3ce9f09fa786099d87745b
  Author: Rod Widdowson <rdw at steadingsoftware.com>
  Date:   2018-12-14 (Fri, 14 Dec 2018)

  Changed paths:
    M lib/roken/rand.c

  Log Message:
  -----------
  Windows: Avoid using deprecated function.

In VC15 GetVersionEx has been deprecated. In order to continue to
support Win2K use the undeprecated VerifyVersionInfoW API
(available since Win2K).

Inline helper functions used in latest Win10 SDK to simplify code.



      **NOTE:** This service has 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 Heimdal-source-changes mailing list