Files
wxWidgets/include/wx/imaglist.h
2005-05-04 18:26:22 +00:00

23 lines
602 B
C

/////////////////////////////////////////////////////////////////////////////
// Name: wx/imaglist.h
// Purpose: wxImageList base header
// Author: Julian Smart
// Modified by:
// Created:
// Copyright: (c) Julian Smart
// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_IMAGLIST_H_BASE_
#define _WX_IMAGLIST_H_BASE_
#if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
#include "wx/msw/imaglist.h"
#else
#include "wx/generic/imaglist.h"
#endif
#endif
// _WX_IMAGLIST_H_BASE_