]> wimlib.net Git - wimlib/blobdiff - programs/imagex.c
Windows: A couple minor build fixes...
[wimlib] / programs / imagex.c
index 0439869d225d98491f5d0e3f825633fb2c824ab5..4e05f5b4fbe335dce37e1d9f07cdbd8e56772ef0 100644 (file)
@@ -384,7 +384,7 @@ static const struct option update_options[] = {
        {NULL, 0, NULL, 0},
 };
 
-#ifdef __GNUC__
+#if 0
 #      define _format_attribute(type, format_str, args_start) \
                        __attribute__((format(type, format_str, args_start)))
 #else