mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[IDL]
Prevent duplicate declaration of NTSTATUS. svn path=/trunk/; revision=75214
This commit is contained in:
parent
64b471340a
commit
26d220be5e
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue