aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoratkawa7 <atkawa7@yahoo.com>2017-06-30 11:35:20 -0700
committerGitHub <noreply@github.com>2017-06-30 11:35:20 -0700
commit54213a0f6945a69a53c334db0f0a5dd257a5c74b (patch)
tree3c5c1031e0a859ce7f9ce0df3860d9cf949c4908
parentf01c32d49300cf60c2e3a84355aab64a367bcccc (diff)
downloadvcpkg-54213a0f6945a69a53c334db0f0a5dd257a5c74b.tar.gz
vcpkg-54213a0f6945a69a53c334db0f0a5dd257a5c74b.zip
[libconfig] Add source of the file
-rw-r--r--ports/libconfig/scandir.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/libconfig/scandir.c b/ports/libconfig/scandir.c
index 555a3dc5e..313730410 100644
--- a/ports/libconfig/scandir.c
+++ b/ports/libconfig/scandir.c
@@ -22,6 +22,7 @@
// Emulation of posix scandir() call
// This source file is #include'd by scandir.c
// THIS IS A C FILE! DO NOT CHANGE TO C++!!!
+// See @http://www.fltk.org/strfiles/1779/scandir.c
#include <string.h>
#include <windows.h>