From 6bedfa7166bbfaada6a0f09de17f7282080fdf03 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 4 Oct 2004 14:40:53 +0000 Subject: r2818: On AIX, for some reason pidl fails in dcom.idl:29. The only thing is a /* style comment. Try //. Volker (This used to be commit 73adc1f357bc0ac01729eb03b26f27cf28226c23) --- source4/librpc/idl/dcom.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4') diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl index 85eb80288c..c9e81f7397 100644 --- a/source4/librpc/idl/dcom.idl +++ b/source4/librpc/idl/dcom.idl @@ -26,10 +26,10 @@ interface ObjectRpcBaseTypes { WERROR stub(); - /* Machine Identifier */ + // Machine Identifier #define MID HYPER_T - /* Object Exporter Identifier */ + // Object Exporter Identifier #define OXID HYPER_T // Object Identifer -- cgit