Skip to content

Commit

Permalink
Fix the build on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zah committed Oct 16, 2020
1 parent fa8a40a commit 359b774
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions zxcvbn/C/zxcvbn.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@
/* printf */
#include <stdio.h>

/* 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

Expand Down

0 comments on commit 359b774

Please sign in to comment.