summaryrefslogtreecommitdiffstats
path: root/libraries/DevIL/patch-include_IL_il.h
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/DevIL/patch-include_IL_il.h')
-rw-r--r--libraries/DevIL/patch-include_IL_il.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/DevIL/patch-include_IL_il.h b/libraries/DevIL/patch-include_IL_il.h
new file mode 100644
index 0000000000..e265db2fe4
--- /dev/null
+++ b/libraries/DevIL/patch-include_IL_il.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-include_IL_il.h,v 1.1 2012/07/09 19:16:33 joerg Exp $
+
+--- include/IL/il.h.orig 2012-07-06 12:31:13.000000000 +0000
++++ include/IL/il.h
+@@ -63,7 +63,7 @@ extern "C" {
+ #endif
+ #endif
+
+-#ifdef RESTRICT_KEYWORD
++#if defined(RESTRICT_KEYWORD) && !defined(__cplusplus)
+ #define RESTRICT restrict
+ #define CONST_RESTRICT const restrict
+ #else