diff options
author | Sadie Powell <sadie@witchery.services> | 2024-11-25 16:14:17 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-11-25 16:14:17 +0000 |
commit | 3cbac4bcea7401b081f0e3e2d2d6dc94fe50ef15 (patch) | |
tree | 132b58ae4a42d11d636de659eb4d73dfb6672edc /src/win32 | |
parent | e42b4c21b7a317170cd1d2b41b2f6a1a837de041 (diff) |
Update Send and Recv to use ssize_t instead of int.
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/anope_windows.h | 2 |
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 { |