]> wimlib.net Git - wimlib/blobdiff - src/reparse.c
Consistently use _WIN32 instead of __WIN32__
[wimlib] / src / reparse.c
index da8642f8561fd74696726a11e583eedeb3c9f219..74bb56fd22e258a71d9e4105430d4b2206405794 100644 (file)
@@ -156,7 +156,7 @@ make_link_reparse_point(const struct link_reparse_point *link,
 }
 
 /* UNIX symlink <=> Windows reparse point translation  */
-#ifndef __WIN32__
+#ifndef _WIN32
 
 /* Retrieve the inode's reparse point buffer into @rpbuf and @rpbuflen_ret.
  * This gets the reparse data from @blob if specified, otherwise from the
@@ -442,4 +442,4 @@ out_free_target:
        return ret;
 }
 
-#endif /* !__WIN32__ */
+#endif /* !_WIN32 */