/* $Id$ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries * FILE: lib/ntdll/main/dllmain.c * PURPOSE: * PROGRAMMER: */ #include #include #include #include #include BOOL WINAPI DllMainCRTStartup(HINSTANCE hinstDll, DWORD fdwReason, LPVOID fImpLoad) { return TRUE; } /* EOF */