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-07-22 23:03:03 +00:00
|
|
|
#if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
|
2001-07-07 22:42:35 +00:00
|
|
|
#include "wx/msw/imaglist.h"
|
2002-07-22 23:03:03 +00:00
|
|
|
#else
|
|
|
|
#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_
|