]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/uxtheme.cpp
Added back the copy ctor and assignment warning suppression
[wxWidgets.git] / src / msw / uxtheme.cpp
index e41159bad06da211b76310e9b8093ba2cc4bb32e..dee239cd43c05712d18bf5bbded0a9269ea2a347 100644 (file)
 
 #include "wx/module.h"
 
-#include "wx/msw/wrapwin.h"
-
 #include "wx/msw/uxtheme.h"
-#include "wx/msw/private.h"
 
 // ============================================================================
 // wxUxThemeModule
@@ -111,6 +108,9 @@ wxUxThemeEngine* wxUxThemeEngine::Get()
 
 bool wxUxThemeEngine::Initialize()
 {
+    // we're prepared to handle the errors
+    wxLogNull noLog;
+
     if ( !m_dllUxTheme.Load(_T("uxtheme.dll")) )
         return false;