* ...and the other common headers
This commit is contained in:
parent
bc9ee5644b
commit
556b3307c5
3 changed files with 16 additions and 0 deletions
|
@ -58,8 +58,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
|
||||
//Ignore __attribute__ on non-gcc platforms
|
||||
#ifndef __GNUC__
|
||||
#ifndef __attribute__
|
||||
#define __attribute__(x)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/**********************************************************************
|
||||
VM Considerations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue