/////////////////////////////////////////////////////////////////////////////
// Name: tooltip.cpp
// Purpose: wxToolTip implementation
-// Author: Robert Roebling
+// Author: Stefan Csomor
// Id: $Id$
-// Copyright: (c) 1998 Robert Roebling
+// Copyright: (c) Stefan Csomor
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "tooltip.h"
#endif
-#include "wx/defs.h"
+#include "wx/wxprec.h"
#if wxUSE_TOOLTIPS