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

ethash should build with MSVC #114

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 13, 2019

  1. ethash should use should use Win32-specific functions when _MSC_VER

    directives related to runtime & C99 header inclusion should use __GNU__, to make
    compiling with GNU compilers on Windows possible.
    zv committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    f3d7d97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d74f0f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf1ecd2 View commit details
    Browse the repository at this point in the history