wxMGL build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
// If 1, start a server to allow this to be used
|
// If 1, start a server to allow this to be used
|
||||||
// as an external help viewer.
|
// as an external help viewer.
|
||||||
#if defined(__WXMAC__) && !defined(__UNIX__)
|
#if ( defined(__WXMAC__) || defined(__WXMGL__) ) && !defined(__UNIX__)
|
||||||
#define hvUSE_IPC 0
|
#define hvUSE_IPC 0
|
||||||
#else
|
#else
|
||||||
#define hvUSE_IPC 1
|
#define hvUSE_IPC 1
|
||||||
@@ -66,12 +66,12 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
wxHtmlHelpController* m_helpController;
|
wxHtmlHelpController* m_helpController;
|
||||||
|
|
||||||
#if hvUSE_IPC
|
#if hvUSE_IPC
|
||||||
wxList m_connections;
|
wxList m_connections;
|
||||||
hvServer* m_server;
|
hvServer* m_server;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#if hvUSE_IPC
|
#if hvUSE_IPC
|
||||||
|
Reference in New Issue
Block a user