mirror of
https://github.com/reactos/reactos.git
synced 2025-05-16 15:50:24 +00:00
Fix warning
svn path=/trunk/; revision=16335
This commit is contained in:
parent
73970db31b
commit
625fd620c6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <windows.h>
|
||||
|
||||
BOOL STDCALL DllMain(HANDLE hinstDll, DWORD fdwReason, LPVOID fImpLoad)
|
||||
BOOL STDCALL DllMainCRTStartup(HANDLE hinstDll, DWORD fdwReason, LPVOID fImpLoad)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue