On 22/1/26 10:03, Thomas Huth wrote:
From: Thomas Huth <[email protected]>

We stopped supported 32-bit Windows hosts a while ago already, so
let's rename CONFIG_WIN32 to CONFIG_WIN64 now to make it clear
that this switch is not about 32-bit Windows anymore.

The patch has been created with a simple sed statement:

  sed -i s/CONFIG_WIN32/CONFIG_WIN64/g $(grep -rl CONFIG_WIN32 *)

Signed-off-by: Thomas Huth <[email protected]>
---
  meson.build           |  2 +-
  qapi/char.json        |  4 +--
  qapi/misc.json        |  2 +-
  qga/qapi-schema.json  | 76 +++++++++++++++++++++----------------------
  include/qemu/futex.h  |  2 +-
  include/qemu/xattr.h  |  2 +-
  hw/usb/host-libusb.c  | 18 +++++-----
  io/channel-watch.c    | 10 +++---
  ui/gtk.c              |  2 +-
  util/cacheflush.c     |  4 +--
  util/sys_membarrier.c |  2 +-
  scripts/checkpatch.pl |  2 +-
  12 files changed, 63 insertions(+), 63 deletions(-)


diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 3a9557417f7..4cb583bdebd 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -3110,7 +3110,7 @@ sub process {
                        }
                }
  # check of hardware specific defines
-# we have e.g. CONFIG_LINUX and CONFIG_WIN32 for common cases
+# we have e.g. CONFIG_LINUX and CONFIG_WIN64 for common cases

Alternatively CONFIG_[MS]WINDOWS?

Reply via email to