// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation
#endif
// Missing libc file manipulation functions in Win9x
//------------------------------------------------------------------------
+#if wxUSE_BASE
+
WXDLLEXPORT int wxMSLU__trename(const wxChar *oldname, const wxChar *newname)
{
if ( wxUsingUnicowsDll() )
return _wstat(name, buffer);
}
-#endif
+#endif // compilers having wopen() &c
+
+#endif // wxUSE_BASE
#endif // wxUSE_UNICODE_MSLU