mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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,
|
||||
PVOID reserved)
|
||||
{
|
||||
DbgPrint("WINMM: DllMain() called\n");
|
||||
|
||||
switch (dwReason)
|
||||
{
|
||||
case DLL_PROCESS_ATTACH:
|
||||
|
@ -30,7 +28,5 @@ DllMain(PVOID hinstDll,
|
|||
break;
|
||||
}
|
||||
|
||||
DbgPrint("WINMM: DllMain() done\n");
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue