Author: abartlet
Date: 2006-08-13 12:42:25 +0000 (Sun, 13 Aug 2006)
New Revision: 17523

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17523

Log:
FIXME is a macro (I think) on some platforms (AIX), and this caused pain.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/librpc/idl/dcom.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dcom.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dcom.idl       2006-08-13 12:34:41 UTC 
(rev 17522)
+++ branches/SAMBA_4_0/source/librpc/idl/dcom.idl       2006-08-13 12:42:25 UTC 
(rev 17523)
@@ -220,16 +220,16 @@
 
        typedef struct {
                uint16 vartype;
-               uint16 FIXME;
+               uint16 unknown /* FIXME */;
        } VARIANT;
 
        typedef struct {
-               uint16 FIXME;
+               uint16 unknown /* FIXME */;
        } DISPPARAMS;
 
        /* Exception ? */
        typedef struct {
-               uint16 FIXME;
+               uint16 unknown /* FIXME */;
        } EXCEPINFO;
 
        /*****************/

Reply via email to