X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fntfs-3g_capture.c;h=92f3b7e1eb72b240921d81ac7ccde8d5dce86f4f;hp=c26ca605382d86c970d5ce9cb4f226795b84e862;hb=2b407220ac965c3de1042454ed5d59ad83275701;hpb=1fc939b7bd0b37900d974b1cd5b11df128df71f5 diff --git a/src/ntfs-3g_capture.c b/src/ntfs-3g_capture.c index c26ca605..92f3b7e1 100644 --- a/src/ntfs-3g_capture.c +++ b/src/ntfs-3g_capture.c @@ -183,7 +183,7 @@ capture_ntfs_streams(struct wim_inode *inode, /* Capture each data stream or reparse data stream. */ while (!ntfs_attr_lookup(type, NULL, 0, - WIMLIB_CASE_SENSITIVE, 0, NULL, 0, actx)) + CASE_SENSITIVE, 0, NULL, 0, actx)) { u64 data_size = ntfs_get_attribute_value_length(actx->attr); u64 name_length = actx->attr->name_length;