mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[User32]
- Fix DDE Server Class names to match system Atoms. svn path=/trunk/; revision=65999
This commit is contained in:
parent
cef76b7a93
commit
418366bf44
1 changed files with 3 additions and 3 deletions
|
@ -29,9 +29,9 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(ddeml);
|
||||
|
||||
static const WCHAR szServerNameClass[] = {'D','d','e','S','e','r','v','e','r','N','a','m','e',0};
|
||||
const char WDML_szServerConvClassA[] = "DdeServerConvA";
|
||||
const WCHAR WDML_szServerConvClassW[] = {'D','d','e','S','e','r','v','e','r','C','o','n','v','W',0};
|
||||
static const WCHAR szServerNameClass[] = L"DDEMLMom";
|
||||
const char WDML_szServerConvClassA[] = "DDEMLAnsiServer";
|
||||
const WCHAR WDML_szServerConvClassW[] = L"DDEMLUnicodeServer";
|
||||
|
||||
static LRESULT CALLBACK WDML_ServerNameProc(HWND, UINT, WPARAM, LPARAM);
|
||||
static LRESULT CALLBACK WDML_ServerConvProc(HWND, UINT, WPARAM, LPARAM);
|
||||
|
|
Loading…
Reference in a new issue