From ada9bc2b24ecb73c78e07aed933dc99f1d44ed3c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 20 Feb 2001 13:56:38 +0000 Subject: win32sockets.c is now added with winsock init/cleanup example functions --- docs/examples/postit.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/examples/postit.c') diff --git a/docs/examples/postit.c b/docs/examples/postit.c index 710a14967..e811aa24a 100644 --- a/docs/examples/postit.c +++ b/docs/examples/postit.c @@ -21,6 +21,9 @@ * This exact source code has not been verified to work. */ +/* to make this work under windows, use the win32-functions from the + win32socket.c file as well */ + #include #include -- cgit v1.2.3