talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit e67044c8e72ae2b7af927220dd5a412439122c86
parent b7bec8a7f47968600e87aa0bf8526594e3dcea36
Author: Jonathan Boeing <jonathan@claws-mail.org>
Date:   Sat, 22 Jun 2024 17:17:37 -0700

Remove _WIN32_WINNT definition

This is now set by the Windows installer build system.

Diffstat:
Msrc/common/socket.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/common/socket.c b/src/common/socket.c @@ -21,8 +21,6 @@ #include "claws-features.h" #endif -/* This can probably be handled better, e.g. define it in config.h. */ -#define _WIN32_WINNT _WIN32_WINNT_WIN6 #include <glib.h> #include <glib/gi18n.h>