home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / include / wx / imaglist.h < prev    next >
C/C++ Source or Header  |  2002-07-23  |  241b  |  12 lines

  1. #ifndef _WX_IMAGLIST_H_BASE_
  2. #define _WX_IMAGLIST_H_BASE_
  3.  
  4. #if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
  5.     #include "wx/msw/imaglist.h"
  6. #else
  7.     #include "wx/generic/imaglist.h"
  8. #endif
  9.  
  10. #endif
  11.     // _WX_IMAGLIST_H_BASE_
  12.