summaryrefslogtreecommitdiff
path: root/src/win32/anope_windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/anope_windows.h')
-rw-r--r--src/win32/anope_windows.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/win32/anope_windows.h b/src/win32/anope_windows.h
index 53cb91115..691f731d0 100644
--- a/src/win32/anope_windows.h
+++ b/src/win32/anope_windows.h
@@ -29,9 +29,7 @@
# define DllExport __declspec(dllimport)
#endif
-#define MARK_DEPRECATED
-
-#if GETTEXT_FOUND
+#if HAVE_LOCALIZATION
/* Undefine some functions libintl defines */
# undef snprintf
# undef vsnprintf
@@ -53,7 +51,6 @@
#define EINPROGRESS WSAEWOULDBLOCK
#include "socket.h"
-#include "dir/dir.h"
#include "dl/dl.h"
#include "pipe/pipe.h"
#include "pthread/pthread.h"