=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: oleaut32/tests: Fix varformat tests compilation with __WINESRC__ defined.

Alexandre Julliard julliard at winehq.org
Mon Oct 28 15:13:03 CDT 2013


Module: wine
Branch: master
Commit: 03f627096eeb56219d1c3cb723f17de05adba4f2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=03f627096eeb56219d1c3cb723f17de05adba4f2

Author: André Hentschel <nerv at dawncrow.de>
Date:   Thu Oct 24 23:30:29 2013 +0200

oleaut32/tests: Fix varformat tests compilation with __WINESRC__ defined.

---

 dlls/oleaut32/tests/varformat.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/oleaut32/tests/varformat.c b/dlls/oleaut32/tests/varformat.c
index 8370d1d..216acc6 100644
--- a/dlls/oleaut32/tests/varformat.c
+++ b/dlls/oleaut32/tests/varformat.c
@@ -26,7 +26,7 @@
 
 #include "windef.h"
 #include "winbase.h"
-#include "winsock.h"
+#include "winsock2.h"
 #include "wine/test.h"
 #include "winuser.h"
 #include "wingdi.h"




More information about the wine-cvs mailing list