Jacek Caban : include: Declare NTSTATUS in propvarutils.h.
Module: wine Branch: master Commit: 7a797bf6c360bf1c5c42c179b942e437e7cc4ce1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=7a797bf6c360bf1c5c42c179b... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Fri Jul 16 17:01:57 2021 +0200 include: Declare NTSTATUS in propvarutils.h. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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 <shtypes.h> #include <shlwapi.h> +#ifndef WINE_NTSTATUS_DECLARED +#define WINE_NTSTATUS_DECLARED +typedef LONG NTSTATUS; +#endif + #ifdef __cplusplus extern "C" { #endif
participants (1)
-
Alexandre Julliard