X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=THREADS;h=152a2c3cab36f1ad7ff03fb3fb0cf9ccce2818ab;hb=0240b19174dfda10b6a6dbea0b924e2bd2dbac69;hp=0dc5cec765638a0835c5cae5c0554d205c1f8b0e;hpb=298b318acaf1147474ab9e97cac37c3608660efd;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.