diff options
Diffstat (limited to 'lib/nimbase.h')
-rwxr-xr-x | lib/nimbase.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/nimbase.h b/lib/nimbase.h index c7b3e551d..4c549120c 100755 --- a/lib/nimbase.h +++ b/lib/nimbase.h @@ -24,6 +24,13 @@ __TINYC__ #if !defined(__TINYC__) # include <math.h> +#else +/*# define __GNUC__ 3 +# define GCC_MAJOR 4 +# define __GNUC_MINOR__ 4 +# define __GNUC_PATCHLEVEL__ 5 */ + +# define __DECLSPEC_SUPPORTED 1 #endif /* calling convention mess ----------------------------------------------- */ |