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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user