mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 11:53:16 +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 BOOL RegCleanup(VOID);
|
||||||
extern VOID UnloadNtMarta(VOID);
|
extern VOID UnloadNtMarta(VOID);
|
||||||
|
|
||||||
INT STDCALL
|
BOOL STDCALL
|
||||||
DllMain(PVOID hinstDll,
|
DllMain(HINSTANCE hinstDll,
|
||||||
ULONG dwReason,
|
DWORD dwReason,
|
||||||
PVOID reserved)
|
LPVOID reserved)
|
||||||
{
|
{
|
||||||
switch (dwReason)
|
switch (dwReason)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue