only.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38562
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
bool init_result;
#if wxUSE_THREADS
- // GTK 1.2 up to version 1.2.3 has broken threads
- if ((gtk_major_version == 1) &&
- (gtk_minor_version == 2) &&
- (gtk_micro_version < 4))
- {
- printf( "wxWidgets warning: GUI threading disabled due to outdated GTK version\n" );
- }
- else
- {
- if (!g_thread_supported())
- g_thread_init(NULL);
- }
+ if (!g_thread_supported())
+ g_thread_init(NULL);
#endif // wxUSE_THREADS
gtk_set_locale();