Move MSWGetDefaultLayout() outside of #if wxUSE_EXCEPTIONS block.

Build fix for wxUSE_EXCEPTIONS==0 after r78236.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-12-06 13:07:10 +00:00
parent 8ae9dae3b4
commit 81f6d00518

View File

@@ -1008,6 +1008,8 @@ terminate the program,\r\n\
}
}
#endif // wxUSE_EXCEPTIONS
// ----------------------------------------------------------------------------
// Layout direction
// ----------------------------------------------------------------------------
@@ -1038,5 +1040,3 @@ wxLayoutDirection wxApp::MSWGetDefaultLayout(wxWindow* parent)
return dir;
}
#endif // wxUSE_EXCEPTIONS