]> wimlib.net Git - wimlib/blobdiff - src/update_image.c
Consistently use _WIN32 instead of __WIN32__
[wimlib] / src / update_image.c
index f4affbddcd309ab986897d449da017fcdf9ba785..2964b71778f49099da55ceaa991be2fdf6161d5f 100644 (file)
@@ -1234,7 +1234,7 @@ check_add_command(struct wimlib_update_command *cmd,
        }
 #endif
 
-#ifdef __WIN32__
+#ifdef _WIN32
        /* Check for flags not supported on Windows.  */
        if (add_flags & WIMLIB_ADD_FLAG_UNIX_DATA) {
                ERROR("Capturing UNIX-specific data is not supported on Windows");