summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-03-22 12:15:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:59:03 -0500
commitf2b2c91e16b40188732f6afb7f1fc7d659ac9f49 (patch)
tree434f1a1a614583e465b41c2993378a33a7c3e3e3 /source4/librpc/idl
parent8ae3773bc45268f5a9291f47ef9204386c500a91 (diff)
downloadsamba-f2b2c91e16b40188732f6afb7f1fc7d659ac9f49.tar.gz
samba-f2b2c91e16b40188732f6afb7f1fc7d659ac9f49.tar.bz2
samba-f2b2c91e16b40188732f6afb7f1fc7d659ac9f49.zip
r14639: the platform id is 32 bit...
this worked before as there's always a pointer following that is aligned to 4 byte metze (This used to be commit e90a67ad39f2ca664ed5e2eff006906b847b33d9)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/srvsvc.idl2
-rw-r--r--source4/librpc/idl/wkssvc.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/srvsvc.idl b/source4/librpc/idl/srvsvc.idl
index d573e54721..19eaac93ec 100644
--- a/source4/librpc/idl/srvsvc.idl
+++ b/source4/librpc/idl/srvsvc.idl
@@ -603,7 +603,7 @@
/**************************/
/* srvsvc_NetSrv */
/**************************/
- typedef [public] enum {
+ typedef [public,v1_enum] enum {
PLATFORM_ID_DOS = 300,
PLATFORM_ID_OS2 = 400,
PLATFORM_ID_NT = 500,
diff --git a/source4/librpc/idl/wkssvc.idl b/source4/librpc/idl/wkssvc.idl
index f1fae47c23..d51cb661c8 100644
--- a/source4/librpc/idl/wkssvc.idl
+++ b/source4/librpc/idl/wkssvc.idl
@@ -12,7 +12,7 @@
depends(srvsvc)
] interface wkssvc
{
- declare enum srvsvc_PlatformId;
+ declare [v1_enum] enum srvsvc_PlatformId;
#define BOOL uint32