mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Silence debug messages
svn path=/trunk/; revision=4589
This commit is contained in:
parent
1139966a4e
commit
ffa4267973
1 changed files with 0 additions and 4 deletions
|
@ -19,8 +19,6 @@ DllMain(PVOID hinstDll,
|
||||||
ULONG dwReason,
|
ULONG dwReason,
|
||||||
PVOID reserved)
|
PVOID reserved)
|
||||||
{
|
{
|
||||||
DbgPrint("WINMM: DllMain() called\n");
|
|
||||||
|
|
||||||
switch (dwReason)
|
switch (dwReason)
|
||||||
{
|
{
|
||||||
case DLL_PROCESS_ATTACH:
|
case DLL_PROCESS_ATTACH:
|
||||||
|
@ -30,7 +28,5 @@ DllMain(PVOID hinstDll,
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
DbgPrint("WINMM: DllMain() done\n");
|
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue