We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07e607 commit c24c224Copy full SHA for c24c224
1 file changed
imgui-SFML_export.h
@@ -8,8 +8,6 @@
8
#else
9
#define IMGUI_SFML_API __declspec(dllimport)
10
#endif
11
-#elif __GNUC__ >= 4
12
-#define IMGUI_SFML_API __attribute__((visibility("default")))
13
14
#define IMGUI_SFML_API
15
0 commit comments