mirror of https://github.com/BOINC/boinc.git
Definition of __attribute__ moved to dc_common.h
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@708 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
1e1a2e9117
commit
f03235cf3f
|
@ -41,16 +41,6 @@ typedef enum {
|
|||
} DC_ClientEventType;
|
||||
|
||||
|
||||
/********************************************************************
|
||||
* Macro definitions
|
||||
*/
|
||||
|
||||
/* Support non-gcc compatible compilers */
|
||||
#ifndef __GNUC__
|
||||
#define __attribute__(x)
|
||||
#endif
|
||||
|
||||
|
||||
/********************************************************************
|
||||
* Data types
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue