X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/66e23ad2081689dad6e829b9667cdbc93ac45154..fa8dca8dd1ba0d6ee9b2c5919a3a944ecde68a50:/src/common/resource.cpp diff --git a/src/common/resource.cpp b/src/common/resource.cpp index 08709571b9..8096c9163f 100644 --- a/src/common/resource.cpp +++ b/src/common/resource.cpp @@ -227,11 +227,7 @@ bool wxResourceTable::ParseResourceFile(const wxString& filename) { wxExprDatabase db; -#if defined(__WXMAC__) && !defined(__UNIX__) - FILE *fd = fopen(wxUnix2MacFilename(filename.fn_str()), "r"); -#else FILE *fd = wxFopen(filename, _T("r")); -#endif if (!fd) return FALSE; bool eof = FALSE;