]> wimlib.net Git - wimlib/blobdiff - src/win32_apply.c
Consistently use _WIN32 instead of __WIN32__
[wimlib] / src / win32_apply.c
index a1301d646290f4d8671428119698e3a41871e619..5011efffbf1dcf4e14747ab6c77d62353bb0e373 100644 (file)
@@ -19,7 +19,7 @@
  * along with this file; if not, see http://www.gnu.org/licenses/.
  */
 
-#ifdef __WIN32__
+#ifdef _WIN32
 
 #ifdef HAVE_CONFIG_H
 #  include "config.h"
@@ -3350,4 +3350,4 @@ const struct apply_operations win32_apply_ops = {
        .context_size           = sizeof(struct win32_apply_ctx),
 };
 
-#endif /* __WIN32__ */
+#endif /* _WIN32 */