Skip to content
Snippets Groups Projects
Commit cf2125e0 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Added a few more defines

parent 20545fd4
No related branches found
No related tags found
No related merge requests found
......@@ -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__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment