Ooops, forgot to disable these [handle] attributes.
authorEric Kohl <eric.kohl@reactos.org>
Sun, 28 Sep 2008 13:49:47 +0000 (13:49 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 28 Sep 2008 13:49:47 +0000 (13:49 +0000)
svn path=/trunk/; revision=36575

reactos/include/reactos/idl/eventlogrpc.idl

index 3e4f3c5..e1abda0 100644 (file)
@@ -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;