[this is not meant to trigger re-packaging for 3.4.3]
Windows CE defines leave as part of exception handling (__leave)
It confilicts with existing sources and since we don't use exceptions
it is safe to undefine it
#define USER_SOUNDS
+#define AUTOPICKUP_EXCEPTIONS
+
/*
* -----------------------------------------------------------------
* The remaining code shouldn't need modification.
# undef ARM
# endif
+/* leave - Windows CE defines leave as part of exception handling (__leave)
+ It confilicts with existing sources and since we don't use exceptions it is safe
+ to undefine it */
+# ifdef leave
+# undef leave
+# endif
+
#endif /* WCECONF_H */