--- parser3/src/classes/math.C 2013/07/12 21:23:29 1.65 +++ parser3/src/classes/math.C 2013/07/22 20:25:53 1.68 @@ -17,21 +17,11 @@ #include "pa_sha2.h" #include "pa_random.h" -#ifdef WIN32 -# define _WIN32_WINNT 0x400 -# include -# include -#endif - #ifdef HAVE_CRYPT -# ifdef HAVE_CRYPT_H -# include -# endif -#else - 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.65 2013/07/12 21:23:29 moko Exp $"; +volatile const char * IDENT_MATH_C="$Id: math.C,v 1.68 2013/07/22 20:25:53 moko Exp $"; // defines