mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
silence debug message i accidently added
svn path=/trunk/; revision=12180
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: ldr.c,v 1.22 2004/12/18 13:26:57 weiden Exp $
|
||||
/* $Id: ldr.c,v 1.23 2004/12/18 13:35:15 weiden Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT : ReactOS user mode libraries
|
||||
@@ -72,8 +72,6 @@ LoadLibraryExA (
|
||||
NTSTATUS Status;
|
||||
|
||||
(void)hFile;
|
||||
|
||||
DbgPrint("LoadLibraryExA: 0x%x (=%s) 0x%x, 0x%x\n", lpLibFileName, lpLibFileName ? lpLibFileName : "NULL", hFile, dwFlags);
|
||||
|
||||
RtlInitAnsiString (&LibFileName,
|
||||
(LPSTR)lpLibFileName);
|
||||
|
||||
Reference in New Issue
Block a user