zxcvbn: build tweaks to work on other platforms

This commit is contained in:
moneromooo.monero
2016-12-16 16:16:04 +00:00
parent 03c15af20e
commit 9be29eba58
3 changed files with 3 additions and 12 deletions

View File

@@ -45,11 +45,6 @@
#endif
#endif
/* For pre-compiled headers under windows */
#ifdef _WIN32
#include "stdafx.h"
#endif
/* Minimum number of characters in a incrementing/decrementing sequence match */
#define MIN_SEQUENCE_LEN 3