mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 11:50:19 +08:00
Silence debug messages
svn path=/trunk/; revision=4589
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user