示例#1
0
文件: boehm-gc.c 项目: Sciumo/mono
BOOL APIENTRY mono_gc_dllmain (HMODULE module_handle, DWORD reason, LPVOID reserved)
{
#ifdef USE_INCLUDED_LIBGC
	return GC_DllMain (module_handle, reason, reserved);
#else
	return TRUE;
#endif
}
示例#2
0
文件: boehm-gc.c 项目: simudream/mono
BOOL APIENTRY mono_gc_dllmain (HMODULE module_handle, DWORD reason, LPVOID reserved)
{
	return GC_DllMain (module_handle, reason, reserved);
}