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

Fixes initializing random on windows #202

Merged
merged 2 commits into from
Mar 30, 2020
Merged

Fixes initializing random on windows #202

merged 2 commits into from
Mar 30, 2020

Commits on Mar 27, 2020

  1. Fixes initializing random on windows

    The SENTRY_CTOR isn't working for me and afaik it is not safe to call LoadLibraryA outside of main() ie during static initialization or DLLMain. Switching this to initialize on the first call to random instead.
    cammm committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    6408380 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Remove unused SENTRY_CTOR

    cammm committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    86ec956 View commit details
    Browse the repository at this point in the history