mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 18:11:57 +00:00
fix dll parameters
svn path=/trunk/; revision=36327
This commit is contained in:
parent
f05f1fbaba
commit
eb778285cf
1 changed files with 4 additions and 4 deletions
|
@ -17,10 +17,10 @@ extern BOOL RegInitialize(VOID);
|
|||
extern BOOL RegCleanup(VOID);
|
||||
extern VOID UnloadNtMarta(VOID);
|
||||
|
||||
INT STDCALL
|
||||
DllMain(PVOID hinstDll,
|
||||
ULONG dwReason,
|
||||
PVOID reserved)
|
||||
BOOL STDCALL
|
||||
DllMain(HINSTANCE hinstDll,
|
||||
DWORD dwReason,
|
||||
LPVOID reserved)
|
||||
{
|
||||
switch (dwReason)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue