mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
initialization of LastError
svn path=/trunk/; revision=358
This commit is contained in:
parent
472aba6da2
commit
839118b9b3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
#include <ddk/ntddk.h>
|
||||
#include <ddk/ntddbeep.h>
|
||||
|
||||
static DWORD LastError;
|
||||
static DWORD LastError=0;
|
||||
|
||||
DWORD RtlNtStatusToDosError(NTSTATUS Status)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue