// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-
#ifndef __WX_ICON_H__
#define __WX_ICON_H__
-#ifdef __GNUG__
-#pragma interface "icon.h"
-#endif
-
#include "wx/defs.h"
#include "wx/object.h"
#include "wx/bitmap.h"
wxBitmap(filename, (wxBitmapType)type) {}
wxIcon(const wxIconLocation& loc)
- : wxBitmap(loc.GetFileName(), wxBITMAP_TYPE_ICO)
+ : wxBitmap(loc.GetFileName(), wxBITMAP_TYPE_ANY)
{
}