diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-27 04:48:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:50 -0500 |
commit | 2bf6dff9834fbd2789c60e7bcc8bac0c414ca01a (patch) | |
tree | d0931b70179053c8618a37f1cb2dd437438464f8 /source4/librpc/idl/w32time.idl | |
parent | 1a7a5c66f5dd3d28d57cb53e8d5089452b49b0aa (diff) | |
download | samba-2bf6dff9834fbd2789c60e7bcc8bac0c414ca01a.tar.gz samba-2bf6dff9834fbd2789c60e7bcc8bac0c414ca01a.tar.bz2 samba-2bf6dff9834fbd2789c60e7bcc8bac0c414ca01a.zip |
r3283: converted to quoted uuid() defines in all our IDL. This should help
the build on systems like solaris with the SunPRO compiler
(This used to be commit fe913ad11bf1c5e9fe04ed769a93b0ea16aa0a34)
Diffstat (limited to 'source4/librpc/idl/w32time.idl')
-rw-r--r-- | source4/librpc/idl/w32time.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/w32time.idl b/source4/librpc/idl/w32time.idl index 3ba1bc1ed1..bdf4b5d118 100644 --- a/source4/librpc/idl/w32time.idl +++ b/source4/librpc/idl/w32time.idl @@ -3,7 +3,7 @@ */ [ - uuid(8fb6d884-2388-11d0-8c35-00c04fda2795), + uuid("8fb6d884-2388-11d0-8c35-00c04fda2795"), endpoint("ncacn_np:[\\pipe\\srvsvc]","ncacn_np:[\\pipe\\atsvc]","ncacn_np:[\\pipe\\browser]","ncacn_np:[\\pipe\\keysvc]","ncacn_np:[\\pipe\\wkssvc]"), version(4.1), helpstring("Win32 Time Server") |