make-file.c: Behave better under windows operating systems
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 17 Oct 2015 15:29:31 +0000 (17:29 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 21 Oct 2015 18:41:02 +0000 (20:41 +0200)
commit51ae576dcac25a9e196a2a7e8f6e692fa3c63d29
tree2fbd341da679ab62db1a34a824939ad150ca5280
parentcf49e705e1b2e3a95c8c41e35034a65c16aa40ff
make-file.c: Behave better under windows operating systems

Under w32 it is necessary to convert all file names to UTF-16 and prefix all
the file related system calls with "_w".  Otherwise, calls involving filenames
which contain non-ascii characters will not work properly.
src/data/make-file.c