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

Extensions - Fixed casting const char* to char* #7925

Merged
merged 1 commit into from
Oct 3, 2020

Conversation

dedmen
Copy link
Contributor

@dedmen dedmen commented Oct 1, 2020

When merged this pull request will:

  • GetLibraryProcAddress is called with const char* arguments, but PSTR is char*, casting const char* to char* won't be allowed anymore in C++20

@jonpas jonpas added the kind/enhancement Release Notes: **IMPROVED:** label Oct 1, 2020
@PabstMirror PabstMirror added this to the 3.13.5 milestone Oct 3, 2020
@PabstMirror PabstMirror merged commit 74d74ed into acemod:master Oct 3, 2020
@PabstMirror PabstMirror changed the title Fixed casting const char* to char* in extension Extensions - Fixed casting const char* to char* Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tools kind/enhancement Release Notes: **IMPROVED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants