aboutsummaryrefslogtreecommitdiff
path: root/src/util/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/network.c')
-rw-r--r--src/util/network.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/network.c b/src/util/network.c
index 886813426..9b96436db 100644
--- a/src/util/network.c
+++ b/src/util/network.c
@@ -836,7 +836,6 @@ void
836GNUNET_NETWORK_fdset_handle_set (struct GNUNET_NETWORK_FDSet *fds, 836GNUNET_NETWORK_fdset_handle_set (struct GNUNET_NETWORK_FDSet *fds,
837 const struct GNUNET_DISK_FileHandle *h) 837 const struct GNUNET_DISK_FileHandle *h)
838{ 838{
839
840#ifdef MINGW 839#ifdef MINGW
841 HANDLE hw; 840 HANDLE hw;
842 GNUNET_DISK_internal_file_handle_ (h, &hw, sizeof (HANDLE)); 841 GNUNET_DISK_internal_file_handle_ (h, &hw, sizeof (HANDLE));