Reorder includes in helpers.c: move wincrypt.h after windows.h for better organization

This commit is contained in:
2026-03-17 01:26:13 +00:00
parent 5a744cad80
commit c989ba6131

View File

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