Francois Gouget : urlmon/tests: Fix compilation with the PSDK headers.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Nov 7 10:17:01 CST 2006


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Nov  7 00:44:08 2006 +0100

urlmon/tests: Fix compilation with the PSDK headers.

---

 dlls/urlmon/tests/misc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/urlmon/tests/misc.c b/dlls/urlmon/tests/misc.c
index 0fa5f32..425de1b 100644
--- a/dlls/urlmon/tests/misc.c
+++ b/dlls/urlmon/tests/misc.c
@@ -21,6 +21,7 @@ #define CONST_VTABLE
 
 #include <wine/test.h>
 #include <stdarg.h>
+#include <stddef.h>
 
 #include "windef.h"
 #include "winbase.h"




More information about the wine-cvs mailing list