]> wimlib.net Git - wimlib/blobdiff - src/unix_capture.c
Consistently use _WIN32 instead of __WIN32__
[wimlib] / src / unix_capture.c
index f9fad4a33ce1a1ece10237d9c90d452743019a3e..a6c569323757ee14e68ef1e0012570ddb936e996 100644 (file)
@@ -19,7 +19,7 @@
  * along with this file; if not, see http://www.gnu.org/licenses/.
  */
 
-#ifndef __WIN32__
+#ifndef _WIN32
 
 #ifdef HAVE_CONFIG_H
 #  include "config.h"
@@ -688,4 +688,4 @@ unix_build_dentry_tree(struct wim_dentry **root_ret,
                                                root_disk_path, params);
 }
 
-#endif /* !__WIN32__ */
+#endif /* !_WIN32 */