srp.c: #include <Windows.h> before <Wincrypt.h> is needed

This commit is contained in:
F. Duncanh
2023-11-25 11:10:41 -05:00
parent b0332f3712
commit c35a2263c6

View File

@@ -31,6 +31,7 @@
*/
#define APPLE_VARIANT
#ifdef WIN32
# include <Windows.h>
# include <Wincrypt.h>
#else
# include <sys/time.h>