]> wimlib.net Git - wimlib/blobdiff - src/resource.c
Consistently use _WIN32 instead of __WIN32__
[wimlib] / src / resource.c
index a643ce0340c91e320b85e331c7da1bce7dedd135..0036c1b90377823ce4dee8502a70323289c4ba04 100644 (file)
@@ -778,7 +778,7 @@ read_blob_prefix(const struct blob_descriptor *blob, u64 size,
        #ifdef WITH_NTFS_3G
                [BLOB_IN_NTFS_VOLUME] = read_ntfs_attribute_prefix,
        #endif
-       #ifdef __WIN32__
+       #ifdef _WIN32
                [BLOB_IN_WINDOWS_FILE] = read_windows_file_prefix,
        #endif
        };