--- /dev/null
+///////////////////////////////////////////////////////////////////////////////
+// Name: src/generic/headercolg.cpp
+// Purpose: generic wxHeaderColumn implementation
+// Author: Vadim Zeitlin
+// Created: 2008-12-03
+// RCS-ID: $Id$
+// Copyright: (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
+// Licence: wxWindows licence
+///////////////////////////////////////////////////////////////////////////////
+
+// ============================================================================
+// declarations
+// ============================================================================
+
+// ----------------------------------------------------------------------------
+// headers
+// ----------------------------------------------------------------------------
+
+// for compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+ #pragma hdrstop
+#endif
+
+#ifndef WX_PRECOMP
+#endif // WX_PRECOMP
+
+#include "wx/headercol.h"
+
+#ifdef wxHAS_GENERIC_HEADERCOL
+
+// ============================================================================
+// implementation
+// ============================================================================
+
+#endif // wxHAS_GENERIC_HEADERCOL