/////////////////////////////////////////////////////////////////////////////
-// Name: xh_all.h
+// Name: wx/xrc/xh_all.h
// Purpose: includes all xh_*.h files
// Author: Vaclav Slavik
// Created: 2000/03/05
/////////////////////////////////////////////////////////////////////////////
-// Name: xh_hyperlink.h
+// Name: wx/xrc/xh_hyperlink.h
// Purpose: Hyperlink control (wxAdv)
// Author: David Norris <danorris@gmail.com>
// Modified by: Ryan Norton, Francesco Montorsi
#endif // wxUSE_HYPERLINKCTRL
#endif // _WX_XH_HYPERLINKH__
-
/////////////////////////////////////////////////////////////////////////////
-// Name: hyperlink.cpp
+// Name: src/xrc/hyperlink.cpp
// Purpose: Hyperlink control
// Author: David Norris <danorris@gmail.com>
// Modified by: Ryan Norton, Francesco Montorsi
#pragma hdrstop
#endif
+#if wxUSE_XRC && wxUSE_HYPERLINKCTRL
+
//---------------------------------------------------------------------------
// Includes
//---------------------------------------------------------------------------
-#include "wx/hyperlink.h"
-#include "wx/utils.h" // wxLaunchDefaultBrowser
-#include "wx/xrc/xmlres.h"
#include "wx/xrc/xh_hyperlink.h"
-#if wxUSE_HYPERLINKCTRL
+#ifndef WX_PRECOMP
+#endif
+
+#include "wx/hyperlink.h"
+#include "wx/xrc/xmlres.h"
//===========================================================================
// Implementation
return IsOfClass(node, wxT("wxHyperlinkCtrl"));
}
-#endif // wxUSE_HYPERLINKCTRL
+#endif // wxUSE_XRC && wxUSE_HYPERLINKCTRL
/////////////////////////////////////////////////////////////////////////////
-// Name: xmlrsall.cpp
+// Name: src/xrc/xmlrsall.cpp
// Purpose: wxXmlResource::InitAllHandlers
// Author: Vaclav Slavik
// Created: 2000/03/05