compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9830033051
commit
52326d0eac
@ -6,11 +6,9 @@
|
|||||||
// Created: 04/01/98
|
// Created: 04/01/98
|
||||||
// RCS-ID: $Id$
|
// RCS-ID: $Id$
|
||||||
// Copyright: (c) Julian Smart and Markus Holzem
|
// Copyright: (c) Julian Smart and Markus Holzem
|
||||||
// Licence: wxWindows license
|
// Licence: wxWindows license
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
/* sccsid[] = "@(#)wx_help.h 1.2 5/9/94" */
|
|
||||||
|
|
||||||
#ifndef __HELPXLPH__
|
#ifndef __HELPXLPH__
|
||||||
#define __HELPXLPH__
|
#define __HELPXLPH__
|
||||||
|
|
||||||
@ -26,10 +24,9 @@
|
|||||||
#include "wx/helpbase.h"
|
#include "wx/helpbase.h"
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
#include "wx/dde.h"
|
#include "wx/dde.h"
|
||||||
#else
|
#else
|
||||||
// Or whatever it'll be called
|
#include "wx/sckipc.h"
|
||||||
#include "wx/ipctcp.h"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class WXDLLEXPORT wxXLPHelpController;
|
class WXDLLEXPORT wxXLPHelpController;
|
||||||
|
Loading…
Reference in New Issue
Block a user