]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/ipc/ipcsetup.h
Unicode compilation fix
[wxWidgets.git] / samples / ipc / ipcsetup.h
... / ...
CommitLineData
1/////////////////////////////////////////////////////////////////////////////
2// Name: ipcsetup.h
3// Purpose: IPC sample settings
4// Author: Julian Smart
5// Modified by: Jurgen Doornik
6// Created: 25/01/99
7// RCS-ID: $Id$
8// Copyright: (c) Julian Smart
9// Licence: wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
12// You may set this to 0 to prevent DDE from being used even under Windows
13//#define wxUSE_DDE_FOR_IPC 0
14
15#include <wx/ipc.h>
16
17// the default service name
18#define IPC_SERVICE _T("4242")
19
20// the hostname
21#define IPC_HOST _T("localhost")
22
23// the IPC topic
24#define IPC_TOPIC _T("IPC TEST")
25
26// the name of the item we're being advised about
27#define IPC_ADVISE_NAME _T("Item")