diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-22 12:15:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:59:03 -0500 |
commit | f2b2c91e16b40188732f6afb7f1fc7d659ac9f49 (patch) | |
tree | 434f1a1a614583e465b41c2993378a33a7c3e3e3 /source4/librpc/idl/srvsvc.idl | |
parent | 8ae3773bc45268f5a9291f47ef9204386c500a91 (diff) | |
download | samba-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/srvsvc.idl')
-rw-r--r-- | source4/librpc/idl/srvsvc.idl | 2 |
1 files changed, 1 insertions, 1 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, |