|
From: Duncan M. <dwm...@gm...> - 2007-07-14 02:02:49
|
I was able to successfully compile the MySQL driver under MinGW. All that is needed is an include of winsock.h in the dbd_mysql.c file at the top. I did it like this: #ifdef __MINGW32__ #include <winsock.h> #endif However, could a similar change be committed to the code? This will allow the MinGW platform to compile this driver. Thanks, Duncan McQueen |