/////////////////////////////////////////////////////////////////////////////
-// Name: generic/imaglist.cpp
+// Name: src/generic/imaglist.cpp
// Purpose:
// Author: Robert Roebling
// Id: $id$
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
-#if wxUSE_IMAGLIST
-
#ifdef __BORLANDC__
-#pragma hdrstop
+ #pragma hdrstop
#endif
-#include "wx/defs.h"
+#if wxUSE_IMAGLIST
#ifndef __WXPALMOS__
m_width = bitmap.GetWidth();
m_height = bitmap.GetHeight();
}
-
+
return m_images.GetCount()-1;
}