X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fsecurity.h;h=4d701d0c0106c6617c37fba2da1b2d48d14b67c9;hp=d6d7d60a55c99743579cd937b9ad8a13ef67cc42;hb=8c26ca707e56d9848e52076ad3f7c26ea7fa338d;hpb=2a33c303e30fd740f740e21632fd06b9e414b0c7 diff --git a/src/security.h b/src/security.h index d6d7d60a..4d701d0c 100644 --- a/src/security.h +++ b/src/security.h @@ -12,7 +12,7 @@ #ifndef _WIMLIB_SECURITY_H #define _WIMLIB_SECURITY_H -#if defined(WITH_NTFS_3G) || defined(__CYGWIN__) || defined(__WIN32__) +#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'. */