Committing in .
Modified Files: wxWindows/src/gtk/app.cpp Someone included VMS-stuff that I removed several month ago because it was not working. Now it not even compiled!!!! ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -609,15 +609,9 @@ int wxEntryStart( int argc, char *argv[] )
|
||||
{
|
||||
#if wxUSE_THREADS
|
||||
/* GTK 1.2 up to version 1.2.3 has broken threads */
|
||||
#ifdef __VMS__
|
||||
if ((vms_gtk_major_version() == 1) &&
|
||||
(vms_gtk_minor_version() == 2) &&
|
||||
(vms_gtk_micro_version() < 4))
|
||||
#else
|
||||
if ((gtk_major_version == 1) &&
|
||||
(gtk_minor_version == 2) &&
|
||||
(gtk_micro_version < 4))
|
||||
#endif
|
||||
{
|
||||
printf( "wxWindows warning: GUI threading disabled due to outdated GTK version\n" );
|
||||
}
|
||||
|
@@ -609,15 +609,9 @@ int wxEntryStart( int argc, char *argv[] )
|
||||
{
|
||||
#if wxUSE_THREADS
|
||||
/* GTK 1.2 up to version 1.2.3 has broken threads */
|
||||
#ifdef __VMS__
|
||||
if ((vms_gtk_major_version() == 1) &&
|
||||
(vms_gtk_minor_version() == 2) &&
|
||||
(vms_gtk_micro_version() < 4))
|
||||
#else
|
||||
if ((gtk_major_version == 1) &&
|
||||
(gtk_minor_version == 2) &&
|
||||
(gtk_micro_version < 4))
|
||||
#endif
|
||||
{
|
||||
printf( "wxWindows warning: GUI threading disabled due to outdated GTK version\n" );
|
||||
}
|
||||
|
Reference in New Issue
Block a user