Correct zxcvbn build on windows & snap build
This commit is contained in:
@@ -45,9 +45,11 @@
|
||||
#endif
|
||||
|
||||
/* For pre-compiled headers under windows */
|
||||
#ifndef __MINGW32__
|
||||
#ifdef _WIN32
|
||||
#include "stdafx.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Minimum number of characters in a incrementing/decrementing sequence match */
|
||||
#define MIN_SEQUENCE_LEN 3
|
||||
|
||||
Reference in New Issue
Block a user