X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d5172a588cd037057afd632596dffe9217495375..97ee90eec5faa0f361c47e39ee14299d07bbb50b:/samples/ipc/ddesetup.h?ds=sidebyside 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")