diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-02-06 23:02:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:47 -0500 |
commit | 654c36e1877c5e88b20b7901f813370164036322 (patch) | |
tree | 3e7ba4369c70d469930a93d90ff551a8ba63861c /source3/librpc/gen_ndr/svcctl.h | |
parent | abbb882f748e35f0e58fec2e5abb39275fd0ffaf (diff) | |
download | samba-654c36e1877c5e88b20b7901f813370164036322.tar.gz samba-654c36e1877c5e88b20b7901f813370164036322.tar.bz2 samba-654c36e1877c5e88b20b7901f813370164036322.zip |
r21203: Regenerate C files after pidl updates.
(This used to be commit 1dc2ba09c7afc516d894fddfed613990ccf1f1ee)
Diffstat (limited to 'source3/librpc/gen_ndr/svcctl.h')
-rw-r--r-- | source3/librpc/gen_ndr/svcctl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/svcctl.h b/source3/librpc/gen_ndr/svcctl.h index 6bc81b93a7..21e182aa06 100644 --- a/source3/librpc/gen_ndr/svcctl.h +++ b/source3/librpc/gen_ndr/svcctl.h @@ -66,9 +66,14 @@ struct ENUM_SERVICE_STATUS { #define SV_TYPE_LOCAL_LIST_ONLY ( 0x40000000 ) #define SV_TYPE_DOMAIN_ENUM ( 0x80000000 ) +#ifndef USE_UINT_ENUMS enum SERVICE_CONTROL { FIXME=1 }; +#else +enum SERVICE_CONTROL { __donnot_use_enum_SERVICE_CONTROL=0x7FFFFFFF}; +#define FIXME ( 1 ) +#endif struct svcctl_CloseServiceHandle { |