mirror of https://github.com/BOINC/boinc.git
- 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:
parent
d7b7609059
commit
513744f7c8
|
@ -94,4 +94,8 @@ public:
|
|||
#pragma warning(default: 4512) // assignment operator could not be generated
|
||||
#endif
|
||||
|
||||
#ifdef _USING_FCGI_
|
||||
#undef __attribute__
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue