]> wimlib.net Git - wimlib/commit
Path fixes/updates
authorEric Biggers <ebiggers3@gmail.com>
Mon, 20 May 2013 23:25:25 +0000 (18:25 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 20 May 2013 23:25:25 +0000 (18:25 -0500)
commit01c6f902b2a48a33af3f94e29791f85c68df91d0
treef5055a2634df4dd42881d6627ad2d09028c14694
parentebe0206c700963ee0ace86cc55fca6570b03cac3
Path fixes/updates

- Use \\?\ prefixed paths when adding files on Windows
- Use \ as WIM path separator on Windows rather than / (both still accepted as
  input)
- Fix per-directory case-insensitive index
include/wimlib/paths.h
include/wimlib/util.h
programs/imagex.c
src/capture_common.c
src/dentry.c
src/extract.c
src/paths.c
src/reparse.c
src/update_image.c
src/win32_capture.c