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:
parent
0bc836492e
commit
e39081afef
@ -551,6 +551,7 @@ samples/html/test/*.ico
|
||||
samples/html/test/*.htm
|
||||
samples/html/test/*.html
|
||||
samples/html/test/*.pro
|
||||
samples/html/test/*.gif
|
||||
|
||||
samples/html/virtual/*.cpp
|
||||
samples/html/virtual/*.h
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user