Author: tfaber Date: Thu Jun 21 17:45:02 2012 New Revision: 56776
URL: http://svn.reactos.org/svn/reactos?rev=56776&view=rev Log: [PSDK] - At least Wine's headers suck as much as ours
Modified: trunk/reactos/include/psdk/bcrypt.h
Modified: trunk/reactos/include/psdk/bcrypt.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/bcrypt.h?rev=5... ============================================================================== --- trunk/reactos/include/psdk/bcrypt.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/bcrypt.h [iso-8859-1] Thu Jun 21 17:45:02 2012 @@ -35,9 +35,9 @@ #define OPTIONAL #endif
-#ifndef WINE_NTSTATUS_DECLARED -#define WINE_NTSTATUS_DECLARED -typedef LONG NTSTATUS; +#ifndef _NTDEF_ +typedef _Return_type_success_(return >= 0) LONG NTSTATUS; +typedef NTSTATUS *PNTSTATUS; #endif
typedef struct _BCRYPT_ALGORITHM_IDENTIFIER