2049ba38ad
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 lines
233 B
C
14 lines
233 B
C
#ifndef __ICONH_BASE__
|
|
#define __ICONH_BASE__
|
|
|
|
#if defined(__WXMSW__)
|
|
#include "wx/msw/icon.h"
|
|
#elif defined(__WXMOTIF__)
|
|
#include "wx/xt/icon.h"
|
|
#elif defined(__WXGTK__)
|
|
#include "wx/gtk/icon.h"
|
|
#endif
|
|
|
|
#endif
|
|
// __ICONH_BASE__
|