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

Inverted logic of rtti enablement. #268

Merged
merged 1 commit into from
Dec 19, 2020

Conversation

tsmanner
Copy link

Changed RC_USE_RTTI to RC_DONT_USE_RTTI and changed associated #ifdefs to #ifndef.

This PR is to solve #267 using suggested solution 1. It's not backwards compatible, so I expect it will cause some breakage in some other projects if they are disabling RTTI in their environments.

Changed RC_USE_RTTI to RC_DONT_USE_RTTI and changed associated `#ifdef`s to `#ifndef`.
@emil-e emil-e merged commit b78f892 into emil-e:master Dec 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants