Removed conflict indicators
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
09a1dffa32
commit
a125b1b9d5
@ -20,15 +20,11 @@
|
||||
|
||||
// If 1, start a server to allow this to be used
|
||||
// as an external help viewer.
|
||||
<<<<<<< helpview.h
|
||||
#define hvUSE_IPC 0
|
||||
=======
|
||||
#if defined(__WXMAC__) && !defined(__UNIX__)
|
||||
#define hvUSE_IPC 0
|
||||
#else
|
||||
#define hvUSE_IPC 1
|
||||
#endif
|
||||
>>>>>>> 1.5
|
||||
|
||||
#if hvUSE_IPC
|
||||
#include <wx/ipc.h>
|
||||
|
Loading…
Reference in New Issue
Block a user