]> wimlib.net Git - wimlib/blobdiff - src/win32_vss.c
Consistently use _WIN32 instead of __WIN32__
[wimlib] / src / win32_vss.c
index 04e81acb2e25782d962fbb0dba94b8a33529e198..6a74b099ad1be4a26078f7c43320162f0c4c74c5 100644 (file)
@@ -20,7 +20,7 @@
  * along with this file; if not, see http://www.gnu.org/licenses/.
  */
 
-#ifdef __WIN32__
+#ifdef _WIN32
 
 #ifdef HAVE_CONFIG_H
 #  include "config.h"
@@ -516,4 +516,4 @@ out:
        return ret;
 }
 
-#endif /* __WIN32__ */
+#endif /* _WIN32 */