bareos: master 0767a0ed

Author Committer Branch Timestamp Parent
joergs joergs master 2016-04-01 19:03 master 7d83a521 Pending
Changeset added glob() for Windows

This patch integrates globbing from the mingw.org project,
specifically mingw-org-wsl, release 4.0.2.
The two files come from
https://raw.githubusercontent.com/mirror/mingw-org-wsl/4.0.2/include/glob.h
https://raw.githubusercontent.com/mirror/mingw-org-wsl/4.0.2/src/libcrt/misc/glob.c

In this form, it does NOT compile in the Bareos mingw-w64 environment.
add - src/win32/compat/glob.c Diff File
add - src/win32/compat/include/glob.h Diff File