X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6f6393c3f42fc0d14b6815fb7a4cf5549b53501..0d2a2b601b1994333886dff8f53d82a714c4042f:/include/wx/resource.h diff --git a/include/wx/resource.h b/include/wx/resource.h index 347386024c..74fa153f01 100644 --- a/include/wx/resource.h +++ b/include/wx/resource.h @@ -42,6 +42,10 @@ #define wxDLG_POINT(x, y, parent, useDlgUnits) (useDlgUnits ? parent->ConvertDialogToPixel(wxPoint(x, y)) : wxPoint(x, y)) #define wxDLG_SIZE(x, y, parent, useDlgUnits) (useDlgUnits ? parent->ConvertDialogToPixel(wxSize(x, y)) : wxSize(x, y)) +#ifdef FindResource +#undef FindResource +#endif + /* * Internal format for control/panel item */