packaging: Bump to 2.43.1
[platform/upstream/glib.git] / config.h.win32.in
index d5cf8c0..aa700e3 100644 (file)
 /* #undef HAVE_HASMNTOPT */
 
 /* Target the Windows XP API */
+#ifndef _WIN32_WINNT
 #define _WIN32_WINNT 0x0501
+#endif
 
 #if _WIN32_WINNT >= 0x0600
 /* if_indextoname() and if_nametoindex() are available on Windows Vista/Server