Skip to content
Snippets Groups Projects
Unverified Commit b6d319e9 authored by fireice-uk's avatar fireice-uk Committed by GitHub
Browse files

Merge pull request #449 from psychocrypt/fix-windowsCompile

fix windows compile
parents 24df7e0f 187e857c
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@
#ifdef _WIN32
# define strcasecmp _stricmp
# include <windows.h>
#endif // _WIN32
void do_benchmark();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment