mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[KBSWITCH][SDK] Add indicml.h and change window class (#7970)
Supporting the IME System Pen icon. JIRA issue: CORE-19268 - Change kbswitch window class to "Indicator" from "kbswitcher". - Add <ime/indicml.h> from DDK.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#include <shellapi.h>
|
||||
#include <tchar.h>
|
||||
#include <strsafe.h>
|
||||
#include <ime/indicml.h> /* INDICATOR_CLASS, INDICM_... */
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
@@ -26,4 +27,4 @@
|
||||
typedef BOOL (WINAPI *PKBSWITCHSETHOOKS) (VOID);
|
||||
typedef VOID (WINAPI *PKBSWITCHDELETEHOOKS) (VOID);
|
||||
|
||||
TCHAR szKbSwitcherName[] = _T("kbswitcher");
|
||||
const TCHAR szKbSwitcherName[] = INDICATOR_CLASS;
|
||||
|
||||
Reference in New Issue
Block a user