1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

WL#5498: Remove dead and unused source code

Remove Windows related files which aren't used anymore.
This commit is contained in:
Davi Arnaut
2010-07-23 17:14:04 -03:00
parent dd14fa18af
commit fb91a92330
8 changed files with 6 additions and 559 deletions

View File

@ -29,9 +29,9 @@
/*
Visual Studio 2003 does not know vsnprintf but knows _vsnprintf.
We don't put this #define in config-win.h because we prefer
my_vsnprintf everywhere instead, except when linking with libmysys
is not desirable - the case here.
We don't put this #define elsewhere because we prefer my_vsnprintf
everywhere instead, except when linking with libmysys is not
desirable - the case here.
*/
#if defined(_MSC_VER) && ( _MSC_VER == 1310 )
#define vsnprintf _vsnprintf