fixed up for gcc-4.1

This commit is contained in:
David Anderson
2006-08-25 00:28:36 +00:00
parent 3878c7492a
commit a7fcf76244
5 changed files with 7 additions and 7 deletions

View File

@ -446,7 +446,7 @@ int pc_enablewarning(int number,int enable);
__declspec (dllexport)
int pc_printf(const char *message,...);
#else
extern int pc_printf(const char *message,...);
extern int __attribute__((visibility("default"))) pc_printf(const char *message,...);
#endif
#else
int pc_printf(const char *message, ...) INVISIBLE;