Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrodie Thiesfield <brofield@users.noreply.github.com>2015-03-02 16:26:13 +0300
committerBrodie Thiesfield <brofield@users.noreply.github.com>2015-03-02 16:26:13 +0300
commit6537e69498d400b299af7ac80e9c966ff867cd53 (patch)
treeda2a59f42c78e137bd3a3d062d924d31952d9678
parent5178970e52a3ddafbe602508dbee3821b42eadad (diff)
Update SimpleIni.h
Spell it all out in full
-rw-r--r--SimpleIni.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SimpleIni.h b/SimpleIni.h
index a48ef0e..5fcd2ee 100644
--- a/SimpleIni.h
+++ b/SimpleIni.h
@@ -161,6 +161,7 @@
SI_STRLESS class, or by sorting the strings external to this library.
- Usage of the <mbstring.h> header on Windows can be disabled by defining
SI_NO_MBCS. This is defined automatically on Windows CE platforms.
+ - Not thread-safe so manage your own locking
@section contrib CONTRIBUTIONS