mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[IDL]
Prevent duplicate declaration of NTSTATUS. svn path=/trunk/; revision=75214
This commit is contained in:
@@ -4,11 +4,9 @@
|
||||
|
||||
#include <ms-dtyp.idl>
|
||||
|
||||
cpp_quote("#if 0")
|
||||
typedef ULONG NTSTATUS;
|
||||
cpp_quote("#endif")
|
||||
|
||||
cpp_quote("#ifndef _NTSECAPI_H")
|
||||
typedef ULONG NTSTATUS;
|
||||
|
||||
typedef struct _STRING
|
||||
{
|
||||
USHORT Length;
|
||||
|
||||
Reference in New Issue
Block a user