r2831: // style comments are not supported by pure C preprocessors. Please DONT use
authorVolker Lendecke <vlendec@samba.org>
Wed, 6 Oct 2004 15:14:55 +0000 (15:14 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:37 +0000 (12:59 -0500)
them. This includes idl files.

Volker
(This used to be commit e9fa997fd7747cf78ef0ac76bf70f5e34d3d1b12)

source4/librpc/idl/svcctl.idl

index ec24290927bff973805349191407b3506d9dcbeb..87b47fd6dd7f5c1ac91c569a60cc66a371c31cc7 100644 (file)
        /*****************/
        /* Function 0x11 */
        WERROR svcctl_QueryServiceConfigW([in,ref] policy_handle *handle,
-                                                                        [out] uint8 query[buf_size], //QUERY_SERVICE_CONFIG
+                                                                        [out] uint8 query[buf_size], /*QUERY_SERVICE_CONFIG */
                                                                         [in] uint32 buf_size,
                                                                         [out] uint32 bytes_needed
                                                                         );
        /*****************/
        /* Function 0x1d */
        WERROR svcctl_QueryServiceConfigA([in,ref] policy_handle *handle,
-                                                                        [out] uint8 query[buf_size], //QUERYU_SERVICE_CONFIG
+                                                                        [out] uint8 query[buf_size], /*QUERYU_SERVICE_CONFIG */
                                                                         [in] uint32 buf_size,
                                                                         [out] uint32 bytes_needed
                                                                         );