Don't build IPC version of HelpView on Mac Classic

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-12-19 20:02:27 +00:00
parent 0bc836492e
commit e39081afef
2 changed files with 5 additions and 0 deletions

View File

@@ -20,7 +20,11 @@
// If 1, start a server to allow this to be used
// as an external help viewer.
#if defined(__WXMAC__) && !defined(__UNIX__)
#define hvUSE_IPC 0
#else
#define hvUSE_IPC 1
#endif
#if hvUSE_IPC
#include <wx/ipc.h>