예제 #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);
}