Skip to content

Commit c24c224

Browse files
committed
removed deprecated compiler support
1 parent c07e607 commit c24c224

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

imgui-SFML_export.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
#else
99
#define IMGUI_SFML_API __declspec(dllimport)
1010
#endif
11-
#elif __GNUC__ >= 4
12-
#define IMGUI_SFML_API __attribute__((visibility("default")))
1311
#else
1412
#define IMGUI_SFML_API
1513
#endif

0 commit comments

Comments
 (0)