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

github.com/cxong/tinydir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCong <congusbongus@gmail.com>2016-07-08 05:27:32 +0300
committerGitHub <noreply@github.com>2016-07-08 05:27:32 +0300
commit9c3f56cb9ec34582098b58c5ff9b04724932e823 (patch)
tree7dd6e25706be33b98697194a600f648b1ecf1d02
parent2c7fd810edd5a5b298882b27c8b1f6133c0f7d35 (diff)
Update README.md
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7ec9a80..3b006ce 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ TinyDir
Lightweight, portable and easy to integrate C directory and file reader. TinyDir wraps dirent for POSIX and FindFirstFile for Windows.
+Windows unicode is supported by defining `UNICODE` and `_UNICODE` before including `tinydir.h`.
+
Example
=======
@@ -73,5 +75,4 @@ Known Limitations
=================
- Limited path and filename sizes
-- No wide char support
- [Possible race condition bug if folder being read has changing content](https://github.com/cxong/tinydir/issues/13)