From f8998c9c847e6d1ec61fe12b779dfacaea7a74b5 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 28 Sep 2008 13:49:47 +0000 Subject: [PATCH] Ooops, forgot to disable these [handle] attributes. svn path=/trunk/; revision=36575 --- reactos/include/reactos/idl/eventlogrpc.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/include/reactos/idl/eventlogrpc.idl b/reactos/include/reactos/idl/eventlogrpc.idl index 3e4f3c5c073..e1abda013ad 100644 --- a/reactos/include/reactos/idl/eventlogrpc.idl +++ b/reactos/include/reactos/idl/eventlogrpc.idl @@ -19,8 +19,8 @@ typedef struct _RPC_STRING { typedef /*[context_handle]*/ unsigned long IELF_HANDLE; typedef IELF_HANDLE *PIELF_HANDLE; -typedef [handle, unique] LPWSTR EVENTLOG_HANDLE_W; -typedef [handle, unique] LPSTR EVENTLOG_HANDLE_A; +typedef /*[handle, unique]*/ LPWSTR EVENTLOG_HANDLE_W; +typedef /*[handle, unique]*/ LPSTR EVENTLOG_HANDLE_A; typedef struct _RPC_CLIENT_ID { DWORD UniqueProcess; -- 2.17.1