mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:16:04 +00:00
[PSDK]
- Revert bcrypt.h. Our headers are doomed to be forever incompatible ;) svn path=/trunk/; revision=56778
This commit is contained in:
parent
4459fe10cd
commit
e7ce10a493
1 changed files with 3 additions and 8 deletions
|
@ -16,8 +16,8 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#ifndef __BCRYPT_H__
|
||||
#define __BCRYPT_H__
|
||||
#ifndef __WINE_BCRYPT_H
|
||||
#define __WINE_BCRYPT_H
|
||||
|
||||
#ifndef WINAPI
|
||||
#define WINAPI __stdcall
|
||||
|
@ -35,11 +35,6 @@
|
|||
#define OPTIONAL
|
||||
#endif
|
||||
|
||||
#ifndef _NTDEF_
|
||||
typedef _Return_type_success_(return >= 0) LONG NTSTATUS;
|
||||
typedef NTSTATUS *PNTSTATUS;
|
||||
#endif
|
||||
|
||||
typedef struct _BCRYPT_ALGORITHM_IDENTIFIER
|
||||
{
|
||||
LPWSTR pszName;
|
||||
|
@ -47,4 +42,4 @@ typedef struct _BCRYPT_ALGORITHM_IDENTIFIER
|
|||
ULONG dwFlags;
|
||||
} BCRYPT_ALGORITHM_IDENTIFIER;
|
||||
|
||||
#endif /* __BCRYPT_H__ */
|
||||
#endif /* __WINE_BCRYPT_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue