X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53187e95adefe3735fb7f7509eb8f8d5dd6aec66..619f45aa8a5f7c3baadebb30c31d22399fe609a9:/include/wx/wxchar.h diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index cf639c0437..1d49653fd4 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -364,10 +364,7 @@ #ifdef __WXWINCE__ /* carefully: wxRemove() must return 0 on success while DeleteFile() returns 0 on error, so don't just define one as the other */ - inline int wxRemove(const wxChar *path) - { - return ::DeleteFile(path) == 0; - } + int wxRemove(const wxChar *path); #else #define wxRemove _tremove #define wxRename _trename