summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/svcctl.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-07-10 08:56:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:28:29 -0500
commit0c03be55034decf38e13b988b23a38435b29ec45 (patch)
tree6970a474048fe35338853ef8f5f2c5182a4d0014 /source3/librpc/gen_ndr/svcctl.h
parent714209baaa12c3118067249b8da0aaec96868eae (diff)
downloadsamba-0c03be55034decf38e13b988b23a38435b29ec45.tar.gz
samba-0c03be55034decf38e13b988b23a38435b29ec45.tar.bz2
samba-0c03be55034decf38e13b988b23a38435b29ec45.zip
r23808: Make us a bit more C++ friendly. Thanks to Constantine Vetoshev
<gepardcv@yahoo.com> for checking. (This used to be commit 84b8a56fe9aef1e0583cf5f5abb037199cf21fd9)
Diffstat (limited to 'source3/librpc/gen_ndr/svcctl.h')
-rw-r--r--source3/librpc/gen_ndr/svcctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/svcctl.h b/source3/librpc/gen_ndr/svcctl.h
index 5c7f32cd7b..fbb995e0a7 100644
--- a/source3/librpc/gen_ndr/svcctl.h
+++ b/source3/librpc/gen_ndr/svcctl.h
@@ -27,7 +27,7 @@ struct SERVICE_STATUS {
uint32_t type;
uint32_t state;
uint32_t controls_accepted;
- uint32_t win32_exit_code;
+ WERROR win32_exit_code;
uint32_t service_exit_code;
uint32_t check_point;
uint32_t wait_hint;