OSDN Git Service

qga/commands-win32.c: Drop the check for _WIN32_WINNT >= 0x0601
authorThomas Huth <thuth@redhat.com>
Thu, 4 May 2023 07:54:09 +0000 (09:54 +0200)
committerKonstantin Kostiuk <kkostiuk@redhat.com>
Thu, 4 May 2023 09:13:55 +0000 (09:13 +0000)
commit8cc28cb16e696580ffa29cd5fee0d371303c805b
treec02f206da39ad175de4fa9f97fcb7923de452ee7
parentc7d74f272450b032cd5d1317ee017b4ffe65ee89
qga/commands-win32.c: Drop the check for _WIN32_WINNT >= 0x0601

All current versions of glib require _WIN32_WINNT set to 0x0601
or higher already, and we also use this value as a minimum in our
osdep.h header file, so there is no way to still compile this code
with an older version of the Windows ABI. Thus we can drop this
check now.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
qga/commands-win32.c