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:
Jouk Jansen
2000-11-24 08:27:02 +00:00
parent b913871062
commit f58557a80d
2 changed files with 0 additions and 12 deletions

View File

@@ -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" );
}

View File

@@ -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" );
}