]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/resource.h
changed removed wxToUpper to standard toupper
[wxWidgets.git] / include / wx / resource.h
index 347386024cc0b816e946ebda89e08f9a1580a789..74fa153f012886bbcccfea4e73b4eddb0ca8eea4 100644 (file)
 #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
  */