diff --git a/reactos/include/ndk/umtypes.h b/reactos/include/ndk/umtypes.h index a97580c6b83..39c70cca936 100644 --- a/reactos/include/ndk/umtypes.h +++ b/reactos/include/ndk/umtypes.h @@ -129,7 +129,7 @@ typedef LONG KPRIORITY; // #if !defined(_NTSECAPI_H) && !defined(_SUBAUTH_H) && !defined(_NTSECAPI_) -#ifndef __BCRYPT_H__ +#if !defined(__BCRYPT_H__) && !defined(__WINE_BCRYPT_H) typedef _Return_type_success_(return >= 0) long NTSTATUS, *PNTSTATUS; #endif diff --git a/reactos/include/psdk/bcrypt.h b/reactos/include/psdk/bcrypt.h index 629418a1097..c3837a45c81 100644 --- a/reactos/include/psdk/bcrypt.h +++ b/reactos/include/psdk/bcrypt.h @@ -37,6 +37,7 @@ #ifndef _NTDEF_ typedef _Return_type_success_(return >= 0) LONG NTSTATUS; +typedef NTSTATUS *PNTSTATUS; #endif typedef struct _BCRYPT_ALGORITHM_IDENTIFIER