mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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
|
#define OPTIONAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef WINE_NTSTATUS_DECLARED
|
#ifndef _NTDEF_
|
||||||
#define WINE_NTSTATUS_DECLARED
|
typedef _Return_type_success_(return >= 0) LONG NTSTATUS;
|
||||||
typedef LONG NTSTATUS;
|
typedef NTSTATUS *PNTSTATUS;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct _BCRYPT_ALGORITHM_IDENTIFIER
|
typedef struct _BCRYPT_ALGORITHM_IDENTIFIER
|
||||||
|
|
Loading…
Reference in a new issue