Move the inclusion added by commit
90978db1 (windows: make sure we use
the right calling convention for libc, 2021-10-13, v3.6.0~39^2~1) to be
first. This is our convention in all other `.c` sources. It ensures
that our configured `_WIN32_WINNT` value is defined before including any
system headers.
https://blake2.net.
*/
+#include "archive_platform.h"
+
#include <stdint.h>
#include <string.h>
#include <stdio.h>
-#include "archive_platform.h"
#include "archive_blake2.h"
#include "archive_blake2_impl.h"
https://blake2.net.
*/
+#include "archive_platform.h"
+
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <omp.h>
#endif
-#include "archive_platform.h"
#include "archive_blake2.h"
#include "archive_blake2_impl.h"