Skip to content

Commit

Permalink
Merge pull request #127 from aberaud/patch-1
Browse files Browse the repository at this point in the history
Include lower-case "windows.h"
  • Loading branch information
daniel-dinu committed Apr 5, 2016
2 parents 137bf99 + 8a86be6 commit cd77d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "thread.h"
#if defined(_WIN32)
#include <Windows.h>
#include <windows.h>
#endif

int argon2_thread_create(argon2_thread_handle_t *handle,
Expand Down

0 comments on commit cd77d12

Please sign in to comment.