reactos/base/applications/kbswitch/resource.h
Katayama Hirofumi MZ 51495b1b75
[KBSWITCH] Refactor on layout numbers (#8052)
We believe the power of simplicity.
JIRA issue: CORE-20142
- Rename g_nCurrentLayoutNum as
  g_iKL for simplicity.
- Make g_iKL zero-based indexing.
- Add ID_LANG_BASE id for language
  menu items and adjust
  ID_EXIT/ID_PREFERENCES values.
- Fix KbSwitch_OnNotifyIconMsg
  function.
2025-05-31 21:17:41 +09:00

12 lines
182 B
C

#pragma once
/* Icons */
#define IDI_MAIN 100
/* Menus */
#define IDR_POPUP 100
/* Menu items */
#define ID_EXIT 100
#define ID_PREFERENCES 101
#define ID_LANG_BASE 1000