]> wimlib.net Git - wimlib/blobdiff - src/security.c
Encodings update (IN PROGRESS)
[wimlib] / src / security.c
index 9b1ea21811485f64183a65a996ab7da6e3c3c894..88e6c84770b3fc840e07363146162087a90f5973 100644 (file)
@@ -572,9 +572,6 @@ free_security_data(struct wim_security_data *sd)
        }
 }
 
-/* The security tree stuff is only needed when NTFS capture is supported, either
- * through NTFS-3G or through a native Windows build. */
-#if defined(WITH_NTFS_3G) || defined(__WIN32__)
 struct sd_node {
        int security_id;
        u8 hash[SHA1_HASH_SIZE];
@@ -704,4 +701,3 @@ out_free_node:
 out:
        return -1;
 }
-#endif /* WITH_NTFS_3G || __WIN32__ */