1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

merge, fix Windows warnings

This commit is contained in:
Vladislav Vaintroub
2011-11-29 02:00:24 +01:00
parent e79847d16a
commit 82adfe7b2a
6 changed files with 9 additions and 5 deletions

View File

@@ -28,6 +28,9 @@
#include <stdlib.h>
#endif
#ifdef MYSQL_PLUGIN_EXPORT
#undef MYSQL_PLUGIN_EXPORT
#endif
#if defined(_MSC_VER)
#ifdef __cplusplus
#define MYSQL_PLUGIN_EXPORT extern "C" __declspec(dllexport)