conf-parser: provide a replacement for scandir on Win32
authorVadim Troshchinskiy <vtroshchinskiy@qindel.com>
Fri, 4 Aug 2017 13:05:31 +0000 (15:05 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Sat, 5 Aug 2017 03:49:25 +0000 (06:49 +0300)
commit464b949059820698d9b0fe8583ecefb0940adc58
tree61592da3336a3ec3307b89664f057fe640606871
parent3979fba0ac01327664fd43397bbf91fb8169101d
conf-parser: provide a replacement for scandir on Win32

PA builds fine on MinGW except for the use of the scandir function in
pulsecore/conf-parser.c, so I provided a Win32 implementation. With this
patch the latest code builds on Win32 without problems.
src/pulsecore/conf-parser.c