diff options
author | Volker Lendecke <vlendec@samba.org> | 2004-10-04 14:40:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:37 -0500 |
commit | 6bedfa7166bbfaada6a0f09de17f7282080fdf03 (patch) | |
tree | adbb5185b3dffe11cb177ca30f9be289d3b27436 /source4/librpc/idl/dcom.idl | |
parent | 94ae449f33e45aa6cfa4946fac7c8c5409590ad7 (diff) | |
download | samba-6bedfa7166bbfaada6a0f09de17f7282080fdf03.tar.gz samba-6bedfa7166bbfaada6a0f09de17f7282080fdf03.tar.bz2 samba-6bedfa7166bbfaada6a0f09de17f7282080fdf03.zip |
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)
Diffstat (limited to 'source4/librpc/idl/dcom.idl')
-rw-r--r-- | source4/librpc/idl/dcom.idl | 4 |
1 files changed, 2 insertions, 2 deletions
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 |