mirror of
https://github.com/MariaDB/server.git
synced 2025-08-23 02:42:01 +02: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
|