We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Get this error under windows11, with old msvc 2012 x86 :
nmake -f makefile.mscv ... src/prngs/rng_get_bytes.c(117) : error C2143: syntax error : missing ';' before 'type' rc/prngs/rng_get_bytes.c(118) : error C2065: 'hProv' : undeclared identifier src/prngs/rng_get_bytes.c(126) : error C2065: 'hProv' : undeclared identifier src/prngs/rng_get_bytes.c(129) : error C2065: 'hProv' : undeclared identifier
An idea ? Thanks
The text was updated successfully, but these errors were encountered:
Oh wow MSVC.
You can apply the src/prngs/rng_get_bytes.c part of b182b97, this apparently fixes the error.
src/prngs/rng_get_bytes.c
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi,
Get this error under windows11, with old msvc 2012 x86 :
nmake -f makefile.mscv
...
src/prngs/rng_get_bytes.c(117) : error C2143: syntax error : missing ';' before 'type'
rc/prngs/rng_get_bytes.c(118) : error C2065: 'hProv' : undeclared identifier
src/prngs/rng_get_bytes.c(126) : error C2065: 'hProv' : undeclared identifier
src/prngs/rng_get_bytes.c(129) : error C2065: 'hProv' : undeclared identifier
An idea ?
Thanks
The text was updated successfully, but these errors were encountered: