]> wimlib.net Git - wimlib/blobdiff - include/wimlib/apply.h
Consistently use _WIN32 instead of __WIN32__
[wimlib] / include / wimlib / apply.h
index 7813aee13d7df14fa101770abfeecc7b95c62c25..b290693ec2d25bb12afdd990a693f40d21777711 100644 (file)
@@ -268,7 +268,7 @@ struct apply_operations {
        bool single_tree_only;
 };
 
-#ifdef __WIN32__
+#ifdef _WIN32
   extern const struct apply_operations win32_apply_ops;
 #else
   extern const struct apply_operations unix_apply_ops;