#ifndef __WX_ICON_H__
#define __WX_ICON_H__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "icon.h"
#endif
wxBitmap(filename, (wxBitmapType)type) {}
wxIcon(const wxIconLocation& loc)
- : wxBitmap(loc.GetFileName(), wxBITMAP_TYPE_ICO)
+ : wxBitmap(loc.GetFileName(), wxBITMAP_TYPE_ANY)
{
}