Added extra underscores to gcc 4 specific attributes (visibility, constructor)
This commit is contained in:
parent
01254d4122
commit
46b2c096c4
2 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@
|
|||
#if __GNUC__ >= 4
|
||||
|
||||
// gcc 4 has special keywords for showing/hidding symbols
|
||||
#define SFML_API __attribute__ ((visibility ("default")))
|
||||
#define SFML_API __attribute__ ((__visibility__ ("default")))
|
||||
|
||||
#else
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue