From 9eea1eb94fff7b36f695de8c4f86d990e4ed22a9 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 26 Jan 2005 04:34:16 +0000 Subject: r5005: Add missing size specifiers to various bitmaps. (This used to be commit 19a907cb58f9ec58c5eea12e7979134976c0c469) --- source4/librpc/idl/svcctl.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl/svcctl.idl') diff --git a/source4/librpc/idl/svcctl.idl b/source4/librpc/idl/svcctl.idl index fec7f45737..106e262d32 100644 --- a/source4/librpc/idl/svcctl.idl +++ b/source4/librpc/idl/svcctl.idl @@ -46,7 +46,7 @@ const int SERVICE_STATE_INACTIVE = 0x02; const int SERVICE_STATE_ALL = 0x00; - typedef [public] bitmap { + typedef [public,bitmap32bit] bitmap { SV_TYPE_WORKSTATION = 0x00000001, SV_TYPE_SERVER = 0x00000002, SV_TYPE_SQLSERVER = 0x00000004, -- cgit