[3/3] schannel/tests: Include stddef.h so we get offsetof() with Visual C++.

Francois Gouget fgouget at free.fr
Sun May 27 06:36:54 CDT 2007


---
 dlls/schannel/tests/main.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/schannel/tests/main.c b/dlls/schannel/tests/main.c
index 69f4bd6..157bab5 100644
--- a/dlls/schannel/tests/main.c
+++ b/dlls/schannel/tests/main.c
@@ -20,6 +20,9 @@
 
 #include <stdio.h>
 #include <stdarg.h>
+/* Needed for offsetof() with Visual C++ */
+#include <stddef.h>
+
 #include "ntstatus.h"
 #define WIN32_NO_STATUS
 #include <windef.h>
-- 
1.4.4.4




More information about the wine-patches mailing list