projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d85413
)
[PSDK]
author
Thomas Faber
<thomas.faber@reactos.org>
Thu, 21 Jun 2012 17:45:02 +0000
(17:45 +0000)
committer
Thomas Faber
<thomas.faber@reactos.org>
Thu, 21 Jun 2012 17:45:02 +0000
(17:45 +0000)
- At least Wine's headers suck as much as ours
svn path=/trunk/; revision=56776
reactos/include/psdk/bcrypt.h
patch
|
blob
|
history
diff --git
a/reactos/include/psdk/bcrypt.h
b/reactos/include/psdk/bcrypt.h
index
43d1f94
..
a5dc630
100644
(file)
--- a/
reactos/include/psdk/bcrypt.h
+++ b/
reactos/include/psdk/bcrypt.h
@@
-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 *P
NTSTATUS;
#endif
typedef struct _BCRYPT_ALGORITHM_IDENTIFIER