Author: tfaber Date: Thu Jun 21 18:20:38 2012 New Revision: 56777
URL: http://svn.reactos.org/svn/reactos?rev=56777&view=rev Log: [PSDK][NDK] - Fix build
Modified: trunk/reactos/include/ndk/umtypes.h trunk/reactos/include/psdk/bcrypt.h
Modified: trunk/reactos/include/ndk/umtypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/umtypes.h?rev=5... ============================================================================== --- trunk/reactos/include/ndk/umtypes.h [iso-8859-1] (original) +++ trunk/reactos/include/ndk/umtypes.h [iso-8859-1] Thu Jun 21 18:20:38 2012 @@ -128,7 +128,9 @@ // #if !defined(_NTSECAPI_H) && !defined(_SUBAUTH_H) && !defined(_NTSECAPI_)
+#ifndef __BCRYPT_H__ typedef LONG NTSTATUS, *PNTSTATUS; +#endif
typedef struct _UNICODE_STRING {
Modified: trunk/reactos/include/psdk/bcrypt.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/bcrypt.h?rev=5... ============================================================================== --- trunk/reactos/include/psdk/bcrypt.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/bcrypt.h [iso-8859-1] Thu Jun 21 18:20:38 2012 @@ -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 @@ ULONG dwFlags; } BCRYPT_ALGORITHM_IDENTIFIER;
-#endif /* __WINE_BCRYPT_H */ +#endif /* __BCRYPT_H__ */