Author: ekohl
Date: Sun Sep 28 08:49:47 2008
New Revision: 36575
URL:
http://svn.reactos.org/svn/reactos?rev=36575&view=rev
Log:
Ooops, forgot to disable these [handle] attributes.
Modified:
trunk/reactos/include/reactos/idl/eventlogrpc.idl
Modified: trunk/reactos/include/reactos/idl/eventlogrpc.idl
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/idl/eventl…
==============================================================================
--- trunk/reactos/include/reactos/idl/eventlogrpc.idl [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/idl/eventlogrpc.idl [iso-8859-1] Sun Sep 28 08:49:47
2008
@@ -19,8 +19,8 @@
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;