aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2014-09-27 11:54:35 -0300
committerdequis <dx@dxzone.com.ar>2014-09-27 11:54:35 -0300
commite252d8cab06e038e5801652bedf02de9170c7945 (patch)
treed83b96948a6f7b303e98727faa6a15ba8453ed09 /bitlbee.h
parentd3483776b4b7f45b99127240d76f3c978c260ca2 (diff)
RIP native win32 support (use cygwin instead)
It has been broken for a very long time and nobody cared about it.
Diffstat (limited to 'bitlbee.h')
-rw-r--r--bitlbee.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/bitlbee.h b/bitlbee.h
index 9bfd19cb..9bbf3f8d 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -34,9 +34,6 @@ extern "C" {
#define _GNU_SOURCE /* Stupid GNU :-P */
#endif
-/* Depend on Windows 2000 for now since we need getaddrinfo() */
-#define _WIN32_WINNT 0x0501
-
#define PACKAGE "BitlBee"
#define BITLBEE_VERSION "3.2.2"
#define VERSION BITLBEE_VERSION
@@ -59,11 +56,7 @@ extern "C" {
#include <stdio.h>
#include <ctype.h>
#include <errno.h>
-
-#ifndef _WIN32
#include <syslog.h>
-#endif
-
#include <glib.h>
#include <gmodule.h>