// Created: 18/03/2002
// RCS-ID: $Id$
// Copyright: (c) Vaclav Slavik
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// ---------------------------------------------------------------------------
#include "wx/image.h"
#endif
-// For the purposes of forcing this module to link
-extern char g_ArtProviderModule;
-
// ===========================================================================
// implementation
// ===========================================================================
void wxArtProviderCache::Clear()
{
- // Hack to make the default provider link
- // with the application
- g_ArtProviderModule = 0;
m_bitmapsHash.clear();
}
bool OnInit()
{
wxArtProvider::InitStdProvider();
+ wxArtProvider::InitNativeProvider();
return TRUE;
}
void OnExit()