Skip to content

Disable SDL_DYNAMIC_API when using ReSharper #13293

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Susko3
Copy link
Contributor

@Susko3 Susko3 commented Jun 28, 2025

Description

Disables SDL_dynapi when using the ReSharper C++ extension in Visual Studio, or ReSharper built-into Rider. This caused spurious errors and made symbol navigation lengthy (had to go trough SDL_FunctionName_REAL).

The __RESHARPER__ symbol is defined in https://www.jetbrains.com/help/resharper/Languages_CPP.html#macro and works as expected.

main:

slika

This PR:

slika

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.

1 participant