forked from qt-creator/qt-creator
Added a few more defines
This commit is contained in:
@@ -5,7 +5,11 @@
|
||||
#define __asm__(a...)
|
||||
#define restrict
|
||||
#define __restrict
|
||||
#define __restrict__
|
||||
#define __weak
|
||||
#define __builtin_va_arg(a,b) ((b)0)
|
||||
#define __stdcall
|
||||
#define __fastcall
|
||||
#define __imag__
|
||||
#define __real__
|
||||
#define __complex__
|
||||
|
||||
Reference in New Issue
Block a user