/////////////////////////////////////////////////////////////////////////////
// Name: forcelnk.h
-// Purpose: see bellow
+// Purpose: macros which force the linker to link apparently unused code
// Author: Vaclav Slavik
// RCS-ID: $Id$
// Copyright: (c) Vaclav Slavik
#ifndef _WX_FORCELNK_H_
#define _WX_FORCELNK_H_
+#include "wx/link.h"
+
// compatibility defines
#define FORCE_LINK wxFORCE_LINK_MODULE
#define FORCE_LINK_ME wxFORCE_LINK_THIS_MODULE