From f2b2c91e16b40188732f6afb7f1fc7d659ac9f49 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 22 Mar 2006 12:15:11 +0000 Subject: 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) --- source4/librpc/idl/srvsvc.idl | 2 +- source4/librpc/idl/wkssvc.idl | 2 +- 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 -- cgit