diff options
author | Sebastian Bergmann <sbergmann@php.net> | 2001-01-24 21:08:12 +0000 |
---|---|---|
committer | Sebastian Bergmann <sbergmann@php.net> | 2001-01-24 21:08:12 +0000 |
commit | f703c4e1785dbcda6259e3eec3ea1a4cefca5d42 (patch) | |
tree | e733ac04d16e7f38f7b260aea14b4d3cc8110a93 /ext/mysql/libmysql/libmysql.dsp | |
parent | 585e76e1210cbe96e6498c84052a80f6743dc402 (diff) | |
download | php-git-f703c4e1785dbcda6259e3eec3ea1a4cefca5d42.tar.gz |
Added my_winthread.c. Thanks to Thimble Smith.
Diffstat (limited to 'ext/mysql/libmysql/libmysql.dsp')
-rw-r--r-- | ext/mysql/libmysql/libmysql.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mysql/libmysql/libmysql.dsp b/ext/mysql/libmysql/libmysql.dsp index 3a3cb5ffbf..4525a51ab8 100644 --- a/ext/mysql/libmysql/libmysql.dsp +++ b/ext/mysql/libmysql/libmysql.dsp @@ -406,6 +406,10 @@ SOURCE=.\my_wincond.c # End Source File
# Begin Source File
+SOURCE=.\my_winthread.c
+# End Source File
+# Begin Source File
+
SOURCE=.\my_write.c
# End Source File
# Begin Source File
|