X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e492150d405b3281ea50df8baa023055297b5a90..641cdc233d23344b88a6e24151708f669c429917:/samples/ipc/ddesetup.h diff --git a/samples/ipc/ddesetup.h b/samples/ipc/ddesetup.h index 193f0d3b93..e5886c9ad0 100644 --- a/samples/ipc/ddesetup.h +++ b/samples/ipc/ddesetup.h @@ -15,10 +15,10 @@ #include // the default service name -#define IPC_SERVICE "4242" +#define IPC_SERVICE _T("4242") // the IPC topic -#define IPC_TOPIC "IPC TEST" +#define IPC_TOPIC _T("IPC TEST") // the name of the item we're being advised about -#define IPC_ADVISE_NAME "Item" +#define IPC_ADVISE_NAME _T("Item")