+#if wxUSE_THREADS
+ // define the array of MSG strutures
+ WX_DECLARE_OBJARRAY(MSG, wxMsgArray);
+ // VS: this is a bit dirty - it duplicates same declaration in app.cpp
+ // (and there's no WX_DEFINE_OBJARRAY for that reason - it is already
+ // defined in app.cpp).
+#endif
+