]> wimlib.net Git - wimlib/blobdiff - src/security.c
Some preparations for supporting NTFS capture and apply.
[wimlib] / src / security.c
index c6bbf7cb48908b876b18e3b5e47c3898aaa5769b..ccca9624121e5beb370d30748b63a8cf96e7cee3 100644 (file)
@@ -28,8 +28,6 @@
 #include "io.h"
 #include "security.h"
 
-#ifdef ENABLE_SECURITY_DATA
-
 /* 
  * Reads the security data from the metadata resource.
  *
@@ -283,5 +281,3 @@ void free_security_data(struct wim_security_data *sd)
                sd->refcnt--;
        }
 }
-
-#endif