ext/phc-winner-argon2/src/thread.c in argon2-1.0.0 vs ext/phc-winner-argon2/src/thread.c in argon2-1.1.0

- old
+ new

@@ -1,7 +1,7 @@ #include "thread.h" #if defined(_WIN32) -#include <Windows.h> +#include <windows.h> #endif int argon2_thread_create(argon2_thread_handle_t *handle, argon2_thread_func_t func, void *args) { if (NULL == handle || func == NULL) {