diff options
author | monty@mysql.com <> | 2003-12-08 12:25:37 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2003-12-08 12:25:37 +0200 |
commit | e8aef44349bc3441013dad0ed469bdb04f18d5b6 (patch) | |
tree | 2e2c3dbf3b3ed7009ec1572281cd1711c0875a30 /VC++Files/libmysql | |
parent | 1f024843413c6af617ba221c23c48cac58172f20 (diff) | |
download | mariadb-git-e8aef44349bc3441013dad0ed469bdb04f18d5b6.tar.gz |
Portability fixes for Windows
Diffstat (limited to 'VC++Files/libmysql')
-rw-r--r-- | VC++Files/libmysql/libmysql.dsp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/VC++Files/libmysql/libmysql.dsp b/VC++Files/libmysql/libmysql.dsp index 6b76a6147ff..0f94574b3cc 100644 --- a/VC++Files/libmysql/libmysql.dsp +++ b/VC++Files/libmysql/libmysql.dsp @@ -179,10 +179,22 @@ SOURCE="..\strings\ctype-tis620.c" # End Source File # Begin Source File +SOURCE="..\strings\ctype-ucs2.c" +# End Source File +# Begin Source File + SOURCE="..\strings\ctype-ujis.c" # End Source File # Begin Source File +SOURCE="..\strings\ctype-utf8.c" +# End Source File +# Begin Source File + +SOURCE="..\strings\ctype-win1250ch.c" +# End Source File +# Begin Source File + SOURCE=..\strings\ctype.c # End Source File # Begin Source File |