aiekick / ImGuiFileDialog

Full featured file Dialog for Dear ImGui
MIT License
1.25k stars 202 forks source link

Change API macro to not break outside code #172

Closed lilggamegenius closed 7 months ago

lilggamegenius commented 8 months ago

API macro leaks outside causing anything that happens to have the name "API" to break, causing weird bugs.

sonarcloud[bot] commented 8 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
6.1% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

aiekick commented 7 months ago

ah yes, forgot that in the C section.

thanks