Code

kill
[rrdtool.git] / THREADS
diff --git a/THREADS b/THREADS
index 0dc5cec765638a0835c5cae5c0554d205c1f8b0e..152a2c3cab36f1ad7ff03fb3fb0cf9ccce2818ab 100644 (file)
--- 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.