mirror of
https://github.com/reactos/reactos.git
synced 2025-06-15 01:18:30 +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…
Add table
Add a link
Reference in a new issue