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/simple.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/examples/simple.c') diff --git a/docs/examples/simple.c b/docs/examples/simple.c index e6138c4e1..907d5e8e4 100644 --- a/docs/examples/simple.c +++ b/docs/examples/simple.c @@ -1,9 +1,22 @@ +/***************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * $Id$ + */ + #include #include #include #include +/* to make this work under windows, use the win32-functions from the + win32socket.c file as well */ + int main(int argc, char **argv) { CURL *curl; -- cgit v1.2.3