]> wimlib.net Git - wimlib/blobdiff - src/win32_common.c
compiler.h: define UNALIGNED_ACCESS_IS_FAST on powerpc64
[wimlib] / src / win32_common.c
index 47f2df307375b5591a770e97b42ff41774f2160b..cb3468ac550fd6fa49fbea3fdcec7d440c2a4801 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"
@@ -407,4 +407,4 @@ winnt_fsctl(HANDLE h, u32 code, const void *in, u32 in_size,
        return status;
 }
 
-#endif /* __WIN32__ */
+#endif /* _WIN32 */