Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated Win API calls in Win32_EntropySource #365

Merged
merged 1 commit into from
Jan 13, 2016

Commits on Dec 16, 2015

  1. Replace deprecated Win API calls in Win32_EntropySource

    * GetTickCount is replaced by GetTickCount64(): see https://msdn.microsoft.com/en-us/library/windows/desktop/ms724408(v=vs.85).aspx for details
    * GlobalMemoryStatus is replaced by GlobalMemoryStatusEx: see https://msdn.microsoft.com/en-us/library/windows/desktop/aa366589(v=vs.85).aspx for details
    neusdan committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    d94d86c View commit details
    Browse the repository at this point in the history