5 * (C) 2002-2003 Ximian, Inc.
6 * (C) 2003-2006 Novell, Inc.
7 * Licensed under the MIT license. See LICENSE file in the project root for full license information.
10 #include "mini-runtime.h"
13 #include "mini-windows.h"
17 BOOL APIENTRY
DllMain (HMODULE module_handle
, DWORD reason
, LPVOID reserved
);
20 BOOL APIENTRY
DllMain (HMODULE module_handle
, DWORD reason
, LPVOID reserved
)
22 return mono_win32_runtime_tls_callback (module_handle
, reason
, reserved
, MONO_WIN32_TLS_CALLBACK_TYPE_DLL
);