mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
fixed uninitialized variable warning
svn path=/trunk/; revision=18752
This commit is contained in:
@@ -58,7 +58,7 @@ WriteProcessMemory (
|
||||
SIZE_T *lpNumberOfBytesWritten
|
||||
)
|
||||
{
|
||||
NTSTATUS Status, ProtectStatus;
|
||||
NTSTATUS Status, ProtectStatus = STATUS_SUCCESS;
|
||||
MEMORY_BASIC_INFORMATION MemInfo;
|
||||
ULONG Length;
|
||||
BOOLEAN UnProtect;
|
||||
|
||||
Reference in New Issue
Block a user