-#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__)
-#include "wx/gtk/tabctrl.h"
-#endif
+/////////////////////////////////////////////////////////////////////////////
+// Name: wx/tabctrl.h
+// Purpose: wxTabCtrl base header
+// Author: Julian Smart
+// Modified by:
+// Created:
+// Copyright: (c) Julian Smart
+// RCS-ID: $Id$
+// Licence: wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
+#ifndef _WX_TABCTRL_H_BASE_
+#define _WX_TABCTRL_H_BASE_
+
+#include "wx/defs.h"
+
+#if wxUSE_TAB_DIALOG