Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/zxcvbn/zxcvbn.c')
-rw-r--r--src/zxcvbn/zxcvbn.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zxcvbn/zxcvbn.c b/src/zxcvbn/zxcvbn.c
index 2ee61f297..26237fba8 100644
--- a/src/zxcvbn/zxcvbn.c
+++ b/src/zxcvbn/zxcvbn.c
@@ -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