Misc. 16-bit compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -135,7 +135,9 @@ wxAcceleratorTable::wxAcceleratorTable(int n, const wxAcceleratorEntry entries[]
|
||||
#else // Win16
|
||||
wxAcceleratorTable::wxAcceleratorTable(int WXUNUSED(n), const wxAcceleratorEntry WXUNUSED(entries)[])
|
||||
{
|
||||
wxFAIL_MSG("not implemented");
|
||||
// No, we simply gracefully degrade; we don't expect the
|
||||
// developer to pepper their code with #ifdefs just for this.
|
||||
// wxFAIL_MSG("not implemented");
|
||||
}
|
||||
#endif // Win32/16
|
||||
|
||||
|
Reference in New Issue
Block a user