mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
- Silence debug output.
svn path=/trunk/; revision=38468
This commit is contained in:
parent
3241a12ecb
commit
bd0cab21cc
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ IntGdiGetLanguageID()
|
||||||
}
|
}
|
||||||
ZwClose(KeyHandle);
|
ZwClose(KeyHandle);
|
||||||
}
|
}
|
||||||
DPRINT1("Language ID = %x\n",Ret);
|
DPRINT("Language ID = %x\n",Ret);
|
||||||
return (SHORT) Ret;
|
return (SHORT) Ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue