Correct zxcvbn build on windows & snap build

This commit is contained in:
Jonathan White
2018-02-21 21:27:19 -05:00
parent ea33caa1a8
commit 69283e83d8
3 changed files with 8 additions and 6 deletions

View File

@@ -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