]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mslu.cpp
The list ctrl doesn't draw any focus
[wxWidgets.git] / src / msw / mslu.cpp
index 019346167b6500abf59c765eca8c4877e734e711..eb7866d90c78e9a11d83791988eb550b5112e1aa 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation
 #endif
 
@@ -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