X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2478fde622a16d25c66690af353dfdc37e7b582..f9dae7798b164a5f4abc85d16f49cabd4e0980c0:/src/msw/mslu.cpp?ds=sidebyside diff --git a/src/msw/mslu.cpp b/src/msw/mslu.cpp index 019346167b..354a88b649 100644 --- a/src/msw/mslu.cpp +++ b/src/msw/mslu.cpp @@ -131,7 +131,7 @@ WXDLLEXPORT int wxMSLU_GetSaveFileNameW(void *ofn) // Missing libc file manipulation functions in Win9x //------------------------------------------------------------------------ -#ifdef __WXBASE__ +#if wxUSE_BASE WXDLLEXPORT int wxMSLU__trename(const wxChar *oldname, const wxChar *newname) { @@ -200,6 +200,6 @@ WXDLLEXPORT int wxMSLU__wstat(const wxChar *name, struct _stat *buffer) #endif // compilers having wopen() &c -#endif // __WXBASE__ +#endif // wxUSE_BASE #endif // wxUSE_UNICODE_MSLU