-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Fix #11802: Compile bug - RegQueryValueExA changed to RegQueryValueEx #11803
Conversation
Won't this cause the value to be read as a |
The TEXT is also handled. If |
|
See also |
It should be |
This is getting tiring. We cannot use the UNICODE version of this function because the string read is expected to be in ANSI format. For this reason we need to use |
…ve TEXT macro, description needs to be ANSI string
Ok, agreed. Keep |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
…ryValueEx (ggerganov#11803) * Fix ggerganov#11802: Compile bug - RegQueryValueExA changed to RegQueryValueEx * Fix ggerganov#11802: PR ggerganov#11803 - keep RegQueryValueExA, remove TEXT macro, description needs to be ANSI string
Make sure to read the contributing guidelines before submitting a PR
fix #11802