]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mslu.cpp
font inheritance fixes (patch 983251)
[wxWidgets.git] / src / msw / mslu.cpp
index d4bfce13e5be34d50a4349e6dedfec6728366e40..eb7866d90c78e9a11d83791988eb550b5112e1aa 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation
 #endif
 
@@ -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