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:
parent
a8cc3ad1b0
commit
ed5b981186
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user