#ifndef WX_PRECOMP
#include "wx/event.h"
+ #include "wx/app.h"
#endif //WX_PRECOMP
-#include "wx/app.h"
#include "wx/cmdline.h"
#include "wx/scopeguard.h"
{
static const wchar_t *ERROR_STRING = L"wxWidgets Fatal Error";
- if ( wxGetOsVersion() != wxWINDOWS_NT )
+ if ( wxGetOsVersion() != wxOS_WINDOWS_NT )
{
// we need to be built with MSLU support
#if !wxUSE_UNICODE_MSLU