Fix the build on Windows

This commit is contained in:
Zahary Karadjov 2020-10-16 14:50:09 +03:00
parent fa8a40aaa2
commit 359b774183
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
1 changed files with 0 additions and 5 deletions

View File

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