do not perform Gestalt tests under Mac OS X

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2001-02-20 22:21:45 +00:00
parent a8cc3ad1b0
commit ed5b981186
2 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "wx/pen.h"
#include "wx/brush.h"
#include "wx/cursor.h"
#include "wx/intl.h"
#include "wx/icon.h"
#include "wx/palette.h"
#include "wx/dc.h"
@ -356,6 +357,7 @@ bool wxApp::Initialize()
#endif
#ifndef __UNIX__
// test the minimal configuration necessary
long theSystem ;
@ -392,6 +394,7 @@ bool wxApp::Initialize()
}
}
*/
#endif
// if we encountered any problems so far, give the error code and exit immediately

View File

@ -21,6 +21,7 @@
#include "wx/pen.h"
#include "wx/brush.h"
#include "wx/cursor.h"
#include "wx/intl.h"
#include "wx/icon.h"
#include "wx/palette.h"
#include "wx/dc.h"
@ -356,6 +357,7 @@ bool wxApp::Initialize()
#endif
#ifndef __UNIX__
// test the minimal configuration necessary
long theSystem ;
@ -392,6 +394,7 @@ bool wxApp::Initialize()
}
}
*/
#endif
// if we encountered any problems so far, give the error code and exit immediately