summary refs log tree commit diff stats
path: root/lib/nimbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nimbase.h')
-rwxr-xr-xlib/nimbase.h7
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 ----------------------------------------------- */