From 19ca97a70f6b7b41d251eaa76e4d3c980c6eedff Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 24 Jun 2005 20:25:18 +0000 Subject: r7882: Looks like a large patch - but what it actually does is make Samba safe for using our headers and linking with C++ modules. Stops us from using C++ reserved keywords in our code. Jeremy (This used to be commit 9506b8e145982b1160a2f0aee5c9b7a54980940a) --- source3/include/rpc_reg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/include/rpc_reg.h') diff --git a/source3/include/rpc_reg.h b/source3/include/rpc_reg.h index c343e9c594..6ef90cd30d 100644 --- a/source3/include/rpc_reg.h +++ b/source3/include/rpc_reg.h @@ -216,7 +216,7 @@ typedef struct { typedef struct { POLICY_HND handle; UNISTR4 name; - UNISTR4 class; + UNISTR4 key_class; uint32 reserved; uint32 access; uint32 *sec_info; @@ -260,11 +260,11 @@ typedef struct { typedef struct { POLICY_HND pol; - UNISTR4 class; + UNISTR4 key_class; } REG_Q_QUERY_KEY; typedef struct { - UNISTR4 class; + UNISTR4 key_class; uint32 num_subkeys; uint32 max_subkeylen; uint32 reserved; /* 0x0000 0000 - according to MSDN (max_subkeysize?) */ -- cgit