mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:45:43 +00:00
fix formatting
svn path=/trunk/; revision=36324
This commit is contained in:
parent
f1c91f140d
commit
72d5f166e9
1 changed files with 13 additions and 14 deletions
|
@ -19,21 +19,20 @@ extern VOID UnloadNtMarta(VOID);
|
|||
|
||||
INT STDCALL
|
||||
DllMain(PVOID hinstDll,
|
||||
ULONG dwReason,
|
||||
PVOID reserved)
|
||||
ULONG dwReason,
|
||||
PVOID reserved)
|
||||
{
|
||||
switch (dwReason)
|
||||
{
|
||||
case DLL_PROCESS_ATTACH:
|
||||
DisableThreadLibraryCalls(hinstDll);
|
||||
RegInitialize();
|
||||
break;
|
||||
|
||||
case DLL_PROCESS_DETACH:
|
||||
RegCleanup();
|
||||
UnloadNtMarta();
|
||||
break;
|
||||
}
|
||||
switch (dwReason)
|
||||
{
|
||||
case DLL_PROCESS_ATTACH:
|
||||
DisableThreadLibraryCalls(hinstDll);
|
||||
RegInitialize();
|
||||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
RegCleanup();
|
||||
UnloadNtMarta();
|
||||
break;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue