diff --git a/keyhunt.cpp b/keyhunt.cpp index cb78b91..a98fb5c 100644 --- a/keyhunt.cpp +++ b/keyhunt.cpp @@ -37,8 +37,11 @@ email: albertobsd@gmail.com #endif #ifdef __unix__ +#ifdef __CYGWIN__ +#else #include #endif +#endif #define CRYPTO_NONE 0 #define CRYPTO_BTC 1 diff --git a/secp256k1/Random.cpp b/secp256k1/Random.cpp index ffe204c..03aca3a 100644 --- a/secp256k1/Random.cpp +++ b/secp256k1/Random.cpp @@ -24,8 +24,11 @@ #endif #ifdef __unix__ +#ifdef __CYGWIN__ +#else #include #endif +#endif #define RK_STATE_LEN 624