initialization of LastError

svn path=/trunk/; revision=358
This commit is contained in:
jean 1999-03-31 14:09:51 +00:00
parent 472aba6da2
commit 839118b9b3

View file

@ -2,7 +2,7 @@
#include <ddk/ntddk.h>
#include <ddk/ntddbeep.h>
static DWORD LastError;
static DWORD LastError=0;
DWORD RtlNtStatusToDosError(NTSTATUS Status)
{