- Fixed a bug that caused FCGI compiles to fail due to redefinition of

__attribute__ on LINUX GCC compiles.


svn path=/trunk/boinc/; revision=25960
This commit is contained in:
Eric J. Korpela 2012-08-03 00:49:07 +00:00
parent d7b7609059
commit 513744f7c8
1 changed files with 4 additions and 0 deletions

View File

@ -94,4 +94,8 @@ public:
#pragma warning(default: 4512) // assignment operator could not be generated
#endif
#ifdef _USING_FCGI_
#undef __attribute__
#endif
#endif