summaryrefslogtreecommitdiff
path: root/wince
diff options
context:
space:
mode:
Diffstat (limited to 'wince')
-rw-r--r--wince/config_H.ce3
1 files changed, 3 insertions, 0 deletions
diff --git a/wince/config_H.ce b/wince/config_H.ce
index aaff6d2b21..1ce2dd66a4 100644
--- a/wince/config_H.ce
+++ b/wince/config_H.ce
@@ -38,6 +38,9 @@
*/
/*#define HASATTRIBUTE /**/
#ifndef HASATTRIBUTE
+#ifdef __attribute__
+#undef __attribute__
+#endif
#define __attribute__(_arg_)
#endif