]> wimlib.net Git - wimlib/blobdiff - src/win32_vss.c
compiler.h: remove _unused_attribute
[wimlib] / src / win32_vss.c
index 04e81acb2e25782d962fbb0dba94b8a33529e198..cab05663f420b1565c0eb4caa37bc02015014979 100644 (file)
@@ -4,7 +4,7 @@
  */
 
 /*
- * Copyright (C) 2015-2016 Eric Biggers
+ * Copyright (C) 2015-2023 Eric Biggers
  *
  * This file is free software; you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by the Free
@@ -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 */