Committing in .

Modified Files:
 	wxWindows/src/gtk/app.cpp

Patch for wxGTK on VMS
----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen 2000-08-10 13:26:37 +00:00
parent d02af7bbb9
commit fa156b74fc
2 changed files with 0 additions and 12 deletions

View File

@ -575,15 +575,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

@ -575,15 +575,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" );
}