13 lines
221 B
C
13 lines
221 B
C
|
#ifndef __TABCTRLH_BASE__
|
||
|
#define __TABCTRLH_BASE__
|
||
|
|
||
|
#if defined(__WINDOWS__)
|
||
|
#include "wx/msw/tabctrl.h"
|
||
|
#elif defined(__MOTIF__)
|
||
|
#include "wx/xt/tabctrl.h"
|
||
|
#elif defined(__GTK__)
|
||
|
#endif
|
||
|
|
||
|
#endif
|
||
|
// __TABCTRLH_BASE__
|