- At least Wine's headers suck as much as ours

svn path=/trunk/; revision=56776
This commit is contained in:
Thomas Faber 2012-06-21 17:45:02 +00:00
parent 8d85413312
commit ab109d2b7a

View file

@ -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