Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/drawimasel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/src/drawimasel.c b/source/blender/src/drawimasel.c
index 24612f59f0a..a0acd6c23b8 100644
--- a/source/blender/src/drawimasel.c
+++ b/source/blender/src/drawimasel.c
@@ -30,7 +30,11 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
+#ifdef __sgi
+#define OLD_IMASEL 1
+#else
#define OLD_IMASEL 0
+#endif
#include <string.h>