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