summaryrefslogtreecommitdiff
path: root/samba-4.11.patch
blob: b95a21f22c2b7fc32c997875a605d6d21d3ffa70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
diff -up openchange-openchange-2.3-VULCAN/exchange.idl.samba-4.11 openchange-openchange-2.3-VULCAN/exchange.idl
--- openchange-openchange-2.3-VULCAN/exchange.idl.samba-4.11	2015-05-16 17:22:04.000000000 +0200
+++ openchange-openchange-2.3-VULCAN/exchange.idl	2019-08-30 07:23:02.172309353 +0200
@@ -465,12 +465,12 @@ System Attendant Private Interface
 	   would otherwise break the data alignment on wire operations.
 	   However, they must be defined here as they make use of the same array types. */
 
-	typedef [nopush,nopull,noprint] struct {
+	typedef [public] struct {
 		[range(0,100000)] uint32	cValues;
 		[size_is(cValues)] hyper	*lpui8; 
 	} UI8Array_r;
 
-	typedef [switch_type(uint32),nopush,nopull,noprint] union {
+	typedef [switch_type(uint32)] union {
 		[case(PT_I2)]			uint16			i;
 		[case(PT_LONG)]			uint32			l;
 		[case(PT_DOUBLE)]		double			dbl;
@@ -495,19 +495,19 @@ System Attendant Private Interface
 		[case(PT_OBJECT)]		uint32			object;
 	} SPropValue_CTR;
 
-	typedef [public,noprint,nopush,nopull] struct {
+	typedef [public] struct {
 		MAPITAGS ulPropTag;
 		uint32 dwAlignPad;
 		[switch_is(ulPropTag & 0xFFFF)] SPropValue_CTR value; 
 	} SPropValue;
 	
-	typedef [public,noprint,nopush,nopull] struct {
+	typedef [public] struct {
 		uint32			       	ulAdrEntryPad;
 		[range(0,100000)] uint32       	cValues;
 		[size_is(cValues)]SPropValue	*lpProps;
 	} SRow;
 
-	typedef [public,noprint,nopush,nopull] struct {
+	typedef [public] struct {
 		[range(0,100000)] uint32	cRows;
 		[size_is(cRows)] SRow		aRow[];
 	} SRowSet;