|
|||||||||||
|
[patch 8/8] ndb tools for win32
From: <stewart(at)flamingspork.com>
Date: Wed Sep 19 2007 - 03:46:49 EDT
--- a/ndb/tools/ndb_config.cpp 2007-08-29 07:25:53 +0000 +++ b/ndb/tools/ndb_config.cpp 2007-09-06 13:30:53 +0000@@ -24,7 +24,11 @@ #include <my_getopt.h> #include <mysql_version.h> +#ifndef NDB_WIN32 #include <netdb.h> +#else +#define strncasecmp(A,B,L) strnicmp((A),(B),(L)) +#endif #include <NdbOut.hpp> -- Stewart Smith -- MySQL Code Commits Mailing List For list archives: http://lists.mysql.com/commits To unsubscribe: http://lists.mysql.com/commits?unsub=lists@pantek.comReceived on Wed Sep 19 04:11:26 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 09:32:45 EDT |
||||||||||
|
|||||||||||