* Added support for mingw32.
[fw/sdcc] / src / SDCCglobl.h
index 7290bbf5696bc80428cdb34df6ed7716a5914219..c054ff9528ed2a4d1cd0bfb67a263ed025e1c441 100644 (file)
@@ -9,6 +9,13 @@
 #include "sdccconf.h"
 #include "SDCCerr.h"
 
+#ifdef __BORLANDC__
+#define NATIVE_WIN32           1
+#endif
+#ifdef __MINGW32__
+#define NATIVE_WIN32           1
+#endif
+
 #ifdef _NO_GC
 
 #define GC_malloc malloc