X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fsecurity.h;h=e0b83ac61724eddcff209c6f50230cbd50206a47;hb=5873df008e648b9646b07c7d4eeda511adf92e28;hp=4d701d0c0106c6617c37fba2da1b2d48d14b67c9;hpb=8c26ca707e56d9848e52076ad3f7c26ea7fa338d;p=wimlib diff --git a/src/security.h b/src/security.h index 4d701d0c..e0b83ac6 100644 --- a/src/security.h +++ b/src/security.h @@ -12,7 +12,6 @@ #ifndef _WIMLIB_SECURITY_H #define _WIMLIB_SECURITY_H -#if defined(WITH_NTFS_3G) || defined(__WIN32__) /* Red-black tree that maps SHA1 message digests of security descriptors to * security IDs, which are themselves indices into the table of security * descriptors in the 'struct wim_security_data'. */ @@ -24,6 +23,5 @@ void destroy_sd_set(struct sd_set *sd_set); int lookup_sd(struct sd_set *set, const u8 hash[SHA1_HASH_SIZE]); int sd_set_add_sd(struct sd_set *sd_set, const char descriptor[], size_t size); -#endif #endif /* _WIMLIB_SECURITY_H */