diff options
-rw-r--r-- | ext/mysql/libmysql/config-win.h | 2 | ||||
-rw-r--r-- | ext/mysql/libmysql/libmysql.dsp | 16 |
2 files changed, 17 insertions, 1 deletions
diff --git a/ext/mysql/libmysql/config-win.h b/ext/mysql/libmysql/config-win.h index b082906ba0..abd95535b0 100644 --- a/ext/mysql/libmysql/config-win.h +++ b/ext/mysql/libmysql/config-win.h @@ -230,7 +230,7 @@ inline double ulonglong2double(ulonglong value) #define HAVE_RINT /* defined in this file */ #define NO_FCNTL_NONBLOCK /* No FCNTL */ #define HAVE_ALLOCA -#define HAVE_COMPRESS +/* #define HAVE_COMPRESS */ #ifdef NOT_USED #define HAVE_SNPRINTF /* Gave link error */ diff --git a/ext/mysql/libmysql/libmysql.dsp b/ext/mysql/libmysql/libmysql.dsp index f35a0becab..5e03b7fd21 100644 --- a/ext/mysql/libmysql/libmysql.dsp +++ b/ext/mysql/libmysql/libmysql.dsp @@ -201,6 +201,14 @@ SOURCE=.\bmove_upp.c # End Source File
# Begin Source File
+SOURCE=.\charset.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\ctype.c
+# End Source File
+# Begin Source File
+
SOURCE=.\dbug.c
# End Source File
# Begin Source File
@@ -321,6 +329,10 @@ SOURCE=.\my_init.c # End Source File
# Begin Source File
+SOURCE=.\my_lib.c
+# End Source File
+# Begin Source File
+
SOURCE=.\my_malloc.c
# End Source File
# Begin Source File
@@ -457,6 +469,10 @@ SOURCE=.\acconfig.h # End Source File
# Begin Source File
+SOURCE=".\config-win.h"
+# End Source File
+# Begin Source File
+
SOURCE=.\dbug.h
# End Source File
# Begin Source File
|