mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
8 lines
131 B
C
8 lines
131 B
C
#ifdef WIN32
|
|
#include <windows.h>
|
|
|
|
BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, void * reserve)
|
|
{
|
|
return TRUE;
|
|
}
|
|
#endif
|