Alexandre Julliard : mountmgr: Don't include sys/time.h before winsock.h.

Alexandre Julliard julliard at winehq.org
Thu Nov 21 16:33:27 CST 2019


Module: wine
Branch: master
Commit: e7040616c899eafbccdfa697f80b92044b64a3c1
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=e7040616c899eafbccdfa697f80b92044b64a3c1

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Nov 21 11:59:10 2019 +0100

mountmgr: Don't include sys/time.h before winsock.h.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/mountmgr.sys/diskarb.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/mountmgr.sys/diskarb.c b/dlls/mountmgr.sys/diskarb.c
index 66c121e114..7f04c5f1e0 100644
--- a/dlls/mountmgr.sys/diskarb.c
+++ b/dlls/mountmgr.sys/diskarb.c
@@ -25,7 +25,6 @@
 #include <errno.h>
 #include <stdarg.h>
 #include <stdio.h>
-#include <sys/time.h>
 #ifdef HAVE_DISKARBITRATION_DISKARBITRATION_H
 #include <DiskArbitration/DiskArbitration.h>
 #endif




More information about the wine-cvs mailing list