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
|
@ -48,7 +48,7 @@ namespace priv
|
|||
/// The "constructor" attribute forces the function to be called
|
||||
/// at library loading time.
|
||||
////////////////////////////////////////////////////////////
|
||||
void InitializeWorkingDirectory(void) __attribute__ ((constructor));
|
||||
void InitializeWorkingDirectory(void) __attribute__ ((__constructor__));
|
||||
void InitializeWorkingDirectory(void)
|
||||
{
|
||||
char PathBuffer[4096];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue