mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
Silence debug messages
svn path=/trunk/; revision=7931
This commit is contained in:
parent
d14d65ec2a
commit
5dee2e6519
1 changed files with 0 additions and 2 deletions
|
@ -99,8 +99,6 @@ DllMain(
|
|||
PVOID reserved
|
||||
)
|
||||
{
|
||||
DbgPrint("hinstDll (0x%X) dwReason (0x%X)\n", hinstDll, dwReason);
|
||||
|
||||
switch (dwReason)
|
||||
{
|
||||
case DLL_PROCESS_ATTACH:
|
||||
|
|
Loading…
Reference in a new issue