X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=THREADS;h=152a2c3cab36f1ad7ff03fb3fb0cf9ccce2818ab;hb=0dd9e81745110d811a021513843c05fead623b8d;hp=0dc5cec765638a0835c5cae5c0554d205c1f8b0e;hpb=134ab7800aa5ee81007b7467a56e6f46a5017b85;p=rrdtool.git diff --git a/THREADS b/THREADS index 0dc5cec..152a2c3 100644 --- a/THREADS +++ b/THREADS @@ -54,4 +54,7 @@ thread-safe. It uses lots of global vars. You may use it in functions not designed to be thread-safe like functions wrapping the _r version of some operation (eg. rrd_create, but not in rrd_create_r) - + +WIN32 Platform Note (added 04/01/03): + +Both rrdtool.vcproj (MSVC++ 7.0) and rrd.dsw (MSVC++ 6.0) are configured to compile with rrd_thread_safe_nt.c.