From: Eric Kohl Date: Sun, 28 Sep 2008 13:49:47 +0000 (+0000) Subject: Ooops, forgot to disable these [handle] attributes. X-Git-Tag: backups/ros-branch-0_3_7@37061~37 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=f8998c9c847e6d1ec61fe12b779dfacaea7a74b5;ds=sidebyside Ooops, forgot to disable these [handle] attributes. svn path=/trunk/; revision=36575 --- 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;