Sync to trunk revision 63857.
[reactos.git] / dll / win32 / smdll / dllmain.c
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS
4 * FILE: lib/smdll/dllmain.c
5 * PURPOSE: SM Helper Library
6 */
7
8 #include <windef.h>
9
10 BOOL WINAPI DllMainCRTStartup(HANDLE hinstDll, DWORD fdwReason, LPVOID fImpLoad)
11 {
12 return TRUE;
13 }
14
15 /* EOF */