From 7b77ff372062feee6f9b9f5b87ff3ae7e3f1545b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 6 Oct 2004 15:14:55 +0000 Subject: r2831: // style comments are not supported by pure C preprocessors. Please DONT use them. This includes idl files. Volker (This used to be commit e9fa997fd7747cf78ef0ac76bf70f5e34d3d1b12) --- source4/librpc/idl/svcctl.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc/idl/svcctl.idl') diff --git a/source4/librpc/idl/svcctl.idl b/source4/librpc/idl/svcctl.idl index ec24290927..87b47fd6dd 100644 --- a/source4/librpc/idl/svcctl.idl +++ b/source4/librpc/idl/svcctl.idl @@ -206,7 +206,7 @@ /*****************/ /* 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 ); @@ -316,7 +316,7 @@ /*****************/ /* 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 ); -- cgit