* kernel32.cc (CreateFileMappingW): Remove stray small_printf.
This commit is contained in:
parent
aacf1864d8
commit
08c76b4b9c
@ -1,3 +1,7 @@
|
|||||||
|
2008-04-28 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* kernel32.cc (CreateFileMappingW): Remove stray small_printf.
|
||||||
|
|
||||||
2008-04-28 Corinna Vinschen <corinna@vinschen.de>
|
2008-04-28 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* autoload.cc (IsWow64Process): Remove.
|
* autoload.cc (IsWow64Process): Remove.
|
||||||
|
@ -338,7 +338,6 @@ CreateFileMappingW (HANDLE hFile, LPSECURITY_ATTRIBUTES lpAttributes,
|
|||||||
status = NtCreateSection (§, access, &attr, psize, prot, attribs, hFile);
|
status = NtCreateSection (§, access, &attr, psize, prot, attribs, hFile);
|
||||||
if (!NT_SUCCESS (status))
|
if (!NT_SUCCESS (status))
|
||||||
{
|
{
|
||||||
small_printf ("status %p\n", status);
|
|
||||||
SetLastError (RtlNtStatusToDosError (status));
|
SetLastError (RtlNtStatusToDosError (status));
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user