libxkbcommon/tools
Ran Benita bd79a960f5 Possible fix for non-MSVC windows compilers
`_MSC_VER` is specific to MSVC, but there can be other compilers targeting
windows. Hopefully they do define `_WIN32`, so let's use that.

Refs: https://github.com/xkbcommon/libxkbcommon/issues/305
Signed-off-by: Ran Benita <ran@unusedvar.com>
2023-04-11 23:29:25 +03:00
..
compile-keymap.c tools/compile-keymap: hide --kccgst comment on public build 2020-07-25 16:37:57 +03:00
compose.c tools: add compose tool for Compose debugging 2021-05-08 21:37:28 +03:00
how-to-type.c tools/how-to-type: add --keysym for how to type a keysym 2021-07-31 22:03:33 +03:00
interactive-evdev.c interactive-evdev: fix missing initialization 2021-03-28 16:11:36 +03:00
interactive-wayland.c interactive-wayland: Fix interface versioning 2022-09-24 10:02:24 +03:00
interactive-x11.c tools/interactive-x11: use keysym to look for Esc 2021-07-12 12:25:48 +03:00
registry-list.c tools/list: print an empty string for null vendor strings 2021-11-11 08:26:36 +10:00
tools-common.c Possible fix for non-MSVC windows compilers 2023-04-11 23:29:25 +03:00
tools-common.h Possible fix for non-MSVC windows compilers 2023-04-11 23:29:25 +03:00
xkbcli-compile-keymap.1 tools: convert man pages from man format to mdoc format 2020-08-31 10:02:47 +03:00
xkbcli-how-to-type.1 tools/how-to-type: add --keysym for how to type a keysym 2021-07-31 22:03:33 +03:00
xkbcli-interactive-evdev.1 interactive-evdev: switch from epoll(2) to poll(2) 2021-03-28 14:39:03 +03:00
xkbcli-interactive-wayland.1 tools: convert man pages from man format to mdoc format 2020-08-31 10:02:47 +03:00
xkbcli-interactive-x11.1 tools: convert man pages from man format to mdoc format 2020-08-31 10:02:47 +03:00
xkbcli-list.1 man: mention `xkbcli list` output is meant to be in YAML 1.2 format 2021-11-01 23:56:22 +02:00
xkbcli.1 man: add missing pointer to xkbcli-compile-keymap(1) 2021-03-29 20:59:45 +03:00
xkbcli.c interactive-evdev: switch from epoll(2) to poll(2) 2021-03-28 14:39:03 +03:00