--- parser3/src/classes/math.C 2013/07/18 14:29:49 1.66 +++ parser3/src/classes/math.C 2013/07/22 20:25:53 1.68 @@ -17,17 +17,11 @@ #include "pa_sha2.h" #include "pa_random.h" -#ifdef WIN32 -# define _WIN32_WINNT 0x400 -# include -# include -#endif - #ifdef HAVE_CRYPT -extern char *crypt(const char* , const char* ); +extern "C" char *crypt(const char* , const char* ); #endif -volatile const char * IDENT_MATH_C="$Id: math.C,v 1.66 2013/07/18 14:29:49 moko Exp $"; +volatile const char * IDENT_MATH_C="$Id: math.C,v 1.68 2013/07/22 20:25:53 moko Exp $"; // defines