mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[PSDK]
- At least Wine's headers suck as much as ours svn path=/trunk/; revision=56776
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user