X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a3bb1d14a52bddf1855358768b0d1c579c9ff1e3..493902ac5be1c347e35c3550cd35d68696d02a61:/src/msw/mslu.cpp diff --git a/src/msw/mslu.cpp b/src/msw/mslu.cpp index d4bfce13e5..354a88b649 100644 --- a/src/msw/mslu.cpp +++ b/src/msw/mslu.cpp @@ -131,6 +131,8 @@ WXDLLEXPORT int wxMSLU_GetSaveFileNameW(void *ofn) // Missing libc file manipulation functions in Win9x //------------------------------------------------------------------------ +#if wxUSE_BASE + WXDLLEXPORT int wxMSLU__trename(const wxChar *oldname, const wxChar *newname) { if ( wxUsingUnicowsDll() ) @@ -196,6 +198,8 @@ WXDLLEXPORT int wxMSLU__wstat(const wxChar *name, struct _stat *buffer) return _wstat(name, buffer); } -#endif +#endif // compilers having wopen() &c + +#endif // wxUSE_BASE #endif // wxUSE_UNICODE_MSLU