Fix order of includes.

This commit is contained in:
2026-01-06 14:27:50 +00:00
parent 0f62a3ee2d
commit e598dd97c7

View File

@@ -17,8 +17,8 @@
*/
#if defined(_WIN32) || defined(_WIN64)
#include <wincrypt.h>
#include <windows.h>
#include <wincrypt.h>
#endif
#include <aaru.h>