From 7a797bf6c360bf1c5c42c179b942e437e7cc4ce1 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Fri, 16 Jul 2021 17:01:57 +0200 Subject: [PATCH] include: Declare NTSTATUS in propvarutils.h. Signed-off-by: Jacek Caban Signed-off-by: Alexandre Julliard --- include/propvarutil.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/propvarutil.h b/include/propvarutil.h index 511e503a109..55b64abbe4f 100644 --- a/include/propvarutil.h +++ b/include/propvarutil.h @@ -22,6 +22,11 @@ #include #include +#ifndef WINE_NTSTATUS_DECLARED +#define WINE_NTSTATUS_DECLARED +typedef LONG NTSTATUS; +#endif + #ifdef __cplusplus extern "C" { #endif