[PSDK][NDK]

- Fix build

svn path=/trunk/; revision=56777
This commit is contained in:
Thomas Faber
2012-06-21 18:20:38 +00:00
parent ab109d2b7a
commit 4459fe10cd
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -128,7 +128,9 @@ typedef LONG KPRIORITY;
//
#if !defined(_NTSECAPI_H) && !defined(_SUBAUTH_H) && !defined(_NTSECAPI_)
#ifndef __BCRYPT_H__
typedef LONG NTSTATUS, *PNTSTATUS;
#endif
typedef struct _UNICODE_STRING
{
+3 -3
View File
@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __WINE_BCRYPT_H
#define __WINE_BCRYPT_H
#ifndef __BCRYPT_H__
#define __BCRYPT_H__
#ifndef WINAPI
#define WINAPI __stdcall
@@ -47,4 +47,4 @@ typedef struct _BCRYPT_ALGORITHM_IDENTIFIER
ULONG dwFlags;
} BCRYPT_ALGORITHM_IDENTIFIER;
#endif /* __WINE_BCRYPT_H */
#endif /* __BCRYPT_H__ */