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:
@@ -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
|
||||
|
Reference in New Issue
Block a user