[PSDK][NDK]
authorThomas Faber <thomas.faber@reactos.org>
Thu, 21 Jun 2012 18:20:38 +0000 (18:20 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Thu, 21 Jun 2012 18:20:38 +0000 (18:20 +0000)
- Fix build

svn path=/trunk/; revision=56777

reactos/include/ndk/umtypes.h
reactos/include/psdk/bcrypt.h

index 95c1c8f..e481096 100644 (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
 {
index a5dc630..cea5d90 100644 (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__ */