aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib506.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-09 07:12:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-09 07:12:33 +0000
commit7f679c3da3f941789a6a9654bbced6a81ddd932b (patch)
tree38a564e21b85239c31ba699b0d21f91f195a082f /tests/libtest/lib506.c
parent3e4cd0b4229bed962f5799fc1f30970dee20652e (diff)
Ken Rastatter's fixes to improve portability of this example:
These minor changes remove portability issues with the this example and allow it to run on Win32. Specifically: * The use of pthread_create() has been replaced by g_thread_create(). This removes the dependency on the pthreads library. Since this is an example using GTK+, g_thread_create() is available as it is a part of glibc. * The CURLOPT_FILE option is now referred to by its "newer name" CURLOPT_WRITEDATA. * The use of CURLOPT_WRITEFUNCTION has been added. As described in the docs, this avoids the crashes when using a DLL under Win32. * The output file has been renamed from "/tmp/test.curl" to "test.curl". It's unlikely that there is a /tmp when in Win32 and other examples in libcurl write their output files to the working directory.
Diffstat (limited to 'tests/libtest/lib506.c')
0 files changed, 0 insertions, 0 deletions