summaryrefslogtreecommitdiff
path: root/src/win32
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-11-25 16:14:17 +0000
committerSadie Powell <sadie@witchery.services>2024-11-25 16:14:17 +0000
commit3cbac4bcea7401b081f0e3e2d2d6dc94fe50ef15 (patch)
tree132b58ae4a42d11d636de659eb4d73dfb6672edc /src/win32
parente42b4c21b7a317170cd1d2b41b2f6a1a837de041 (diff)
Update Send and Recv to use ssize_t instead of int.
Diffstat (limited to 'src/win32')
-rw-r--r--src/win32/anope_windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/anope_windows.h b/src/win32/anope_windows.h
index 87eaff2a9..1b7e01915 100644
--- a/src/win32/anope_windows.h
+++ b/src/win32/anope_windows.h
@@ -55,7 +55,7 @@
#include "pipe/pipe.h"
#include "sigaction/sigaction.h"
-typedef int ssize_t;
+typedef SSIZE_T ssize_t;
namespace Anope
{