1998-08-15 00:23:28 +00:00
|
|
|
#ifndef _WX_IMAGLIST_H_BASE_
|
|
|
|
#define _WX_IMAGLIST_H_BASE_
|
1998-05-20 14:01:55 +00:00
|
|
|
|
2002-02-14 14:23:35 +00:00
|
|
|
#if defined(__WIN32__)
|
2001-07-07 22:42:35 +00:00
|
|
|
#include "wx/msw/imaglist.h"
|
1998-12-20 23:49:21 +00:00
|
|
|
#else
|
2001-07-07 22:42:35 +00:00
|
|
|
#include "wx/generic/imaglist.h"
|
1998-05-20 14:01:55 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|
1998-08-15 00:23:28 +00:00
|
|
|
// _WX_IMAGLIST_H_BASE_
|