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