mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[PSDK]
- At least Wine's headers suck as much as ours svn path=/trunk/; revision=56776
This commit is contained in:
parent
8d85413312
commit
ab109d2b7a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue