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)
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.


No differences found