r3283: converted to quoted uuid() defines in all our IDL. This should help
authorAndrew Tridgell <tridge@samba.org>
Wed, 27 Oct 2004 04:48:41 +0000 (04:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:04:50 +0000 (13:04 -0500)
the build on systems like solaris with the SunPRO compiler

37 files changed:
source/librpc/idl/atsvc.idl
source/librpc/idl/audiosrv.idl
source/librpc/idl/browser.idl
source/librpc/idl/dbgidl.idl
source/librpc/idl/dcom.idl
source/librpc/idl/dfs.idl
source/librpc/idl/drsuapi.idl
source/librpc/idl/dsbackup.idl
source/librpc/idl/dssetup.idl
source/librpc/idl/echo.idl
source/librpc/idl/efs.idl
source/librpc/idl/epmapper.idl
source/librpc/idl/eventlog.idl
source/librpc/idl/exchange.idl
source/librpc/idl/keysvc.idl
source/librpc/idl/krb5pac.idl
source/librpc/idl/lsa.idl
source/librpc/idl/lsads.idl
source/librpc/idl/mgmt.idl
source/librpc/idl/msgsvc.idl
source/librpc/idl/netlogon.idl
source/librpc/idl/ntsvcs.idl
source/librpc/idl/oxidresolver.idl
source/librpc/idl/policyagent.idl
source/librpc/idl/protected_storage.idl
source/librpc/idl/remact.idl
source/librpc/idl/samr.idl
source/librpc/idl/scerpc.idl
source/librpc/idl/spoolss.idl
source/librpc/idl/srvsvc.idl
source/librpc/idl/svcctl.idl
source/librpc/idl/trkwks.idl
source/librpc/idl/w32time.idl
source/librpc/idl/winreg.idl
source/librpc/idl/wins.idl
source/librpc/idl/wkssvc.idl
source/librpc/idl/wzcsvc.idl

index e9e56bfb6abacf8526134ed26bc604aa84c39f2a..84b8b616f28319fa84779bd410e49d264c2dcb73 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "idl_types.h"
 
-[ uuid(1ff70682-0a51-30e8-076d-740be8cee98b),
+[ uuid("1ff70682-0a51-30e8-076d-740be8cee98b"),
   version(1.0),
   pointer_default(unique),
   helpstring("Queue/List/Remove jobs for later execution"),
index e5891325b815995ed3e681d73b3a18a1a25fd463..625eb5ae251a2933ba5cdbd1ecfc890a374a8a04 100644 (file)
@@ -1,5 +1,5 @@
 [
-       uuid(0a74ef1c-41a4-4e06-83ae-dc74fb1cdd53),
+       uuid("0a74ef1c-41a4-4e06-83ae-dc74fb1cdd53"),
        version(1.0),
        helpstring("Audio Server")
 ] interface audiosrv
index 2d4784246daf5ce52ec43f2a22096d1294b1f6cd..bd2ff4ce2cf37e088d4a3aaf820ae252600ab120 100644 (file)
@@ -1,5 +1,5 @@
 [ 
-  uuid(6bffd098-a112-3610-9833-012892020162),
+  uuid("6bffd098-a112-3610-9833-012892020162"),
   version(0.0), 
   helpstring("Browsing"),
   endpoint("lcalrpc:")
index 2fef443db344bd1e1de8e68bcbb7105e98632078..28b2b67e1f6046d8af06bbd4e0580ab98f1f5670 100644 (file)
@@ -1,5 +1,5 @@
 [
-       uuid(1d55b526-c137-46c5-ab79-638f2a68e869),
+       uuid("1d55b526-c137-46c5-ab79-638f2a68e869"),
        version(1.0),
        helpstring("Remote IDL debugger")
 ] interface dbgidl 
index d4e853d0389eae9d16ceb28848d7503c231fdfb8..d51d9ccaa38fc845bf9e2252b74b7a5749c80729 100644 (file)
@@ -9,7 +9,7 @@
 #define OLESTR unistr
 
 [
-       uuid(18f70770-8e64-11cf-9af1-0020af6e72f4),
+       uuid("18f70770-8e64-11cf-9af1-0020af6e72f4"),
        version(0.0)
 ] interface dcom_Unknown
 {
@@ -19,7 +19,7 @@
 }
 
 [
-       uuid(99fcfe60-5260-101b-bbcb-00aa0021347a),
+       uuid("99fcfe60-5260-101b-bbcb-00aa0021347a"),
        pointer_default(unique)
 ]
 interface ObjectRpcBaseTypes
@@ -270,7 +270,7 @@ interface ObjectRpcBaseTypes
 
 [
        object,
-       uuid(00000000-0000-0000-C000-000000000046),
+       uuid("00000000-0000-0000-C000-000000000046"),
        helpstring("Base interface for most COM interfaces")
 ]
 interface IUnknown
@@ -294,7 +294,7 @@ interface IUnknown
 
 [
        object,
-       uuid(00000001-0000-0000-C000-000000000046),
+       uuid("00000001-0000-0000-C000-000000000046"),
        pointer_default(unique)
 ] interface IClassFactory : IUnknown
 {
@@ -321,7 +321,7 @@ interface IUnknown
 /* This interface is passed along during OXID resolution. */
 /* */
 [
-       uuid(00000131-0000-0000-C000-000000000046),
+       uuid("00000131-0000-0000-C000-000000000046"),
        object,
        helpstring("Remote version of IUnknown")
 ]
@@ -362,7 +362,7 @@ interface IRemUnknown : IUnknown
 }
 
 [
-       uuid(00000140-0000-0000-c000-000000000046),
+       uuid("00000140-0000-0000-c000-000000000046"),
        object
 ] interface IClassActivator : IUnknown
 {
@@ -376,7 +376,7 @@ interface IRemUnknown : IUnknown
 /* Looks like this is the equivalent of .NET's 
    System.Activator class */
 [
-       uuid(000001a0-0000-0000-c000-000000000046),
+       uuid("000001a0-0000-0000-c000-000000000046"),
        object
 ]
        interface ISystemActivator : IClassActivator
@@ -395,7 +395,7 @@ interface IRemUnknown : IUnknown
 /* marshaled interface packets. */
 [
        object,
-       uuid(00000143-0000-0000-C000-000000000046)
+       uuid("00000143-0000-0000-C000-000000000046")
 ]
 
 interface IRemUnknown2 : IRemUnknown
@@ -411,7 +411,7 @@ interface IRemUnknown2 : IRemUnknown
 
 [
 object,
-       uuid(00000136-0000-0000-C000-000000000046)
+       uuid("00000136-0000-0000-C000-000000000046")
        ] interface ISCMActivator : IUnknown
 {
        WERROR SCMActivator_GetClassObject();
@@ -420,7 +420,7 @@ object,
 
 [
        object,
-       uuid(00020400-0000-0000-C000-000000000046)
+       uuid("00020400-0000-0000-C000-000000000046")
        ] interface IDispatch : IUnknown
 {
        /*****************/
@@ -481,7 +481,7 @@ object,
 
 [
 object,
-       uuid(330E9E75-DF48-11CF-8E2C-00A0C90DC94B),
+       uuid("330E9E75-DF48-11CF-8E2C-00A0C90DC94B"),
        pointer_default(unique)
        ]
        interface IDcomEchoServ : IDispatch
@@ -491,7 +491,7 @@ object,
 
 [
        object,
-       uuid(00000003-0000-0000-C000-000000000046)
+       uuid("00000003-0000-0000-C000-000000000046")
 ] interface IMarshal : IUnknown
 {
        HRESULT MarshalInterface();
index a0dbb003ebe19f75df688899ada3e1a8956b7215..34bb686ba562ae9fd6eacd4b5331b268ceccb1ff 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "idl_types.h"
 
-[ uuid(4fc742e0-4a10-11cf-8273-00aa004ae673),
+[ uuid("4fc742e0-4a10-11cf-8273-00aa004ae673"),
   version(3.0),
   pointer_default(unique),
   helpstring("Settings for Microsoft Distributed File System")
index 15ebb6077d58500e7e4051dc74e9acb2c1a18406..17e84fffab619cde1cb446fe922e34a51459b7bb 100644 (file)
@@ -1,7 +1,7 @@
 #include "idl_types.h"
 
 [ 
-  uuid(e3514235-4b06-11d1-ab04-00c04fc2dcd2),
+  uuid("e3514235-4b06-11d1-ab04-00c04fc2dcd2"),
   version(4.0),
   endpoint("ncacn_np:[\\pipe\\lsass]","ncacn_np:[\\pipe\\protected_storage]","ncacn_ip_tcp:"),
   helpstring("Active Directory Replication"),
index 35237492151d0379e03469feb611abc7a19dcb89..d91fc45f0f29b8dfc7c61149e26b3e0af3d931cf 100644 (file)
@@ -1,5 +1,5 @@
 [
-       uuid(ecec0d70-a603-11d0-96b1-00a0c91ece30),
+       uuid("ecec0d70-a603-11d0-96b1-00a0c91ece30"),
        version(1.0),
        helpstring("Backup support for Active Directory")
 ] interface ad_backup
@@ -16,7 +16,7 @@
 }
 
 [
-       uuid(16e0cf3a-a604-11d0-96b1-00a0c91ece30),
+       uuid("16e0cf3a-a604-11d0-96b1-00a0c91ece30"),
        version(1.0),
        helpstring("Restoring Active Directory backups")
 ] interface ad_restore
index 01e645e62780b0f0182832df6cc10282549cb319..e50b71f2db06958817d74d4265af3a097c561d68 100644 (file)
@@ -1,5 +1,5 @@
 [
-       uuid(3919286a-b10c-11d0-9ba8-00c04fd92ef5),
+       uuid("3919286a-b10c-11d0-9ba8-00c04fd92ef5"),
        version(0.0),
        helpstring("Active Directory Setup")
 ] interface dssetup
index cfa60412085eff9c70f1c6cc9929a9076a5725ad..46a4d89478c9d6d4de5fd5175287e788d3b0a1e0 100644 (file)
@@ -2,7 +2,7 @@
 
 
 [
-  uuid(60a15ec5-4de8-11d7-a637-005056a20182),
+  uuid("60a15ec5-4de8-11d7-a637-005056a20182"),
   endpoint("ncacn_np:[\\pipe\\rpcecho]", "ncacn_ip_tcp:", "ncalrpc:"),
   version(1.0),
   helpstring("Simple echo pipe")
index d9f30d7be7db3ec363155932da75519e541aedf5..9ec826287ca6dcc7f1bdb798d97d9f243daceabd 100644 (file)
@@ -1,5 +1,5 @@
 [
-       uuid(c681d488-d850-11d0-8c52-00c04fd90f7e),
+       uuid("c681d488-d850-11d0-8c52-00c04fd90f7e"),
        version(1.0),
        helpstring("Encrypted File System")
 ] interface efs 
index cd70ca44319c8db8dde4298ba9b2efd87c0994b2..6a60c7c47b255f6bc63ba80a77beafcb58a19211 100644 (file)
@@ -9,7 +9,7 @@ http://www.opengroup.org/onlinepubs/9629399/chap6.htm#tagcjh_11_02_03_01: bindin
 */
 
 [
- uuid(e1af8308-5d1f-11c9-91a4-08002b14a0fa), 
+ uuid("e1af8308-5d1f-11c9-91a4-08002b14a0fa"), 
  version(3.0), 
  endpoint("ncacn_np:[\\pipe\\epmapper]", "ncacn_ip_tcp:[135]", 
                  "ncalrpc:[EPMAPPER]", "ncacn_unix_stream:[/tmp/epmapper]"),
index 3e0bd6abed4bc805355147541681f2eb107a87f2..47fadbf3949c99919b456f66903012a8c5cb76c9 100644 (file)
@@ -3,7 +3,7 @@
 /*
   eventlog interface definition
 */
-[ uuid(82273fdc-e32a-18c3-3f78-827929dc23ea),
+[ uuid("82273fdc-e32a-18c3-3f78-827929dc23ea"),
   version(0.0),
   pointer_default(unique),
   helpstring("Event Logger")
index 12dfad017da6c774c590cbc1f41d5b627e942a52..ddf9a5d1ceff87a9f1bc97349afd8b11b60f2e9c 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 [
-       uuid(99e64010-b032-11d0-97a4-00c04fd6551d),
+       uuid("99e64010-b032-11d0-97a4-00c04fd6551d"),
        version(3.0)
 ] interface exchange_store_admin3
 {
@@ -15,7 +15,7 @@
 
 
 [
-       uuid(89742ace-a9ed-11cf-9c0c-08002be7ae86),
+       uuid("89742ace-a9ed-11cf-9c0c-08002be7ae86"),
        version(2.0)
 ] interface exchange_store_admin2
 {
@@ -23,7 +23,7 @@
 }
 
 [
-       uuid(a4f1db00-ca47-1067-b31e-00dd010662da),
+       uuid("a4f1db00-ca47-1067-b31e-00dd010662da"),
        version(1.0)
 ] interface exchange_store_admin1
 {
@@ -32,7 +32,7 @@
 
 
 [
-       uuid(1544f5e0-613c-11d1-93df-00c04fd7bd09),
+       uuid("1544f5e0-613c-11d1-93df-00c04fd7bd09"),
        version(1.0),
        helpstring("Exchange 2003 Directory Request For Response")
 ] interface exchange_ds_rfr
@@ -47,7 +47,7 @@
 }
 
 [
-       uuid(f930c514-1215-11d3-99a5-00a0c9b61b04),
+       uuid("f930c514-1215-11d3-99a5-00a0c9b61b04"),
        helpstring("System Attendant Cluster Interface"),
        version(1.0)
 ] interface exchange_sysatt_cluster
@@ -61,7 +61,7 @@ System Attendant Private Interface
 */
 
 [
-       uuid(469d6ec0-0d87-11ce-b13f-00aa003bac6c),
+       uuid("469d6ec0-0d87-11ce-b13f-00aa003bac6c"),
        helpstring("Exchange 5.5 System Attendant Request for Response")
 ] interface exchange_system_attendant
 {
@@ -69,7 +69,7 @@ System Attendant Private Interface
 }
 
 [
-       uuid(9e8ee830-4559-11ce-979b-00aa005ffebe),
+       uuid("9e8ee830-4559-11ce-979b-00aa005ffebe"),
        version(2.0),
        helpstring("Exchange 5.5 MTA")
 ] interface exchange_mta
@@ -84,7 +84,7 @@ System Attendant Private Interface
 }
 
 [
-       uuid(f5cc59b4-4264-101a-8c59-08002b2f8426),
+       uuid("f5cc59b4-4264-101a-8c59-08002b2f8426"),
        version(21.0),
        helpstring("Exchange 5.5 DRS")
 ] interface exchange_drs
@@ -121,7 +121,7 @@ System Attendant Private Interface
 }
 
 [
-       uuid(f5cc5a7c-4264-101a-8c59-08002b2f8426),
+       uuid("f5cc5a7c-4264-101a-8c59-08002b2f8426"),
        version(21.0),
        helpstring("Exchange 5.5 XDS")
 ] interface exchange_xds
@@ -130,7 +130,7 @@ System Attendant Private Interface
 }
 
 [
-       uuid(38a94e72-a9bc-11d2-8faf-00c04fa378ff),
+       uuid("38a94e72-a9bc-11d2-8faf-00c04fa378ff"),
        version(1.0)
 ] interface exchange_mta_qadmin
 {
@@ -139,7 +139,7 @@ System Attendant Private Interface
 
 
 [
-       uuid(0e4a0156-dd5d-11d2-8c2f-00c04fb6bcde),
+       uuid("0e4a0156-dd5d-11d2-8c2f-00c04fb6bcde"),
        version(1.0)
 ] interface exchange_store_information
 {
@@ -147,7 +147,7 @@ System Attendant Private Interface
 }
 
 [
-       uuid(f5cc5a18-4264-101a-8c59-08002b2f8426),
+       uuid("f5cc5a18-4264-101a-8c59-08002b2f8426"),
        version(56.0),
        helpstring("Exchange 5.5 Name Service Provider")
 ] interface exchange_nsp
@@ -176,7 +176,7 @@ System Attendant Private Interface
 }
 
 [
-       uuid(a4f1db00-ca47-1067-b31f-00dd010662da),
+       uuid("a4f1db00-ca47-1067-b31f-00dd010662da"),
        version(0.81),
        helpstring("Exchange 5.5 EMSMDB")
 ] interface exchange_emsmdb
@@ -223,7 +223,7 @@ System Attendant Private Interface
 }
 
 [
-       uuid(c840a7dc-42c0-1a10-b4b9-08002b2fe182),
+       uuid("c840a7dc-42c0-1a10-b4b9-08002b2fe182"),
        helpstring("Unknwon")
 ] interface exchange_unknown
 {
index 0ac35c21a384373e807c0f3160deb9e9d86e6fb6..8ab13463c972ae9fdec41abd38c5adb07e37928b 100644 (file)
@@ -5,7 +5,7 @@
 
 /* Also seen as: 0d72a7d4-6148-11d1-b4aa-00c04fb66ea0 */
 [
-  uuid(8d0ffe72-d252-11d0-bf8f-00c04fd9126b),
+  uuid("8d0ffe72-d252-11d0-bf8f-00c04fd9126b"),
   version(1.0),
   helpstring("Cryptographic Key Services")
 ]
index 7b4543a3cc18b6d14e9d6bab9aa087fe39350904..dc002abc75d5be976a2e7ba1543ba43cc6d3b635 100644 (file)
@@ -5,7 +5,7 @@
 #include "idl_types.h"
 
 [
-  uuid(46746756-7567-7567-5677-756756756756),
+  uuid("46746756-7567-7567-5677-756756756756"),
   version(0.0),
   pointer_default(unique)
 ]
index a404ebebff6a282455883d7be2699d990752e6ee..05da1bec8bfe76a650782d624629a55d445ff109 100644 (file)
@@ -4,7 +4,7 @@
   lsa interface definition
 */
 
-[ uuid(12345778-1234-abcd-ef00-0123456789ab),
+[ uuid("12345778-1234-abcd-ef00-0123456789ab"),
   version(0.0),
   endpoint("ncacn_np:[\\pipe\\lsarpc]","ncacn_np:[\\pipe\\lsass]", "ncacn_ip_tcp:"),
   pointer_default(unique),
index 3caed0f92fb7dc79d83c3cb71c0fba396d41e79f..bd8fe807f85421eed50a51acbfa593df3de4fad1 100644 (file)
@@ -1,7 +1,7 @@
 #include "idl_types.h"
 
 [ 
-  uuid(3919286a-b10c-11d0-9ba8-00c04fd92ef5),
+  uuid("3919286a-b10c-11d0-9ba8-00c04fd92ef5"),
   version(0.0),
   endpoint("ncacn_np:[\\pipe\\lsarpc]","ncacn_np:[\\pipe\\lsass]"),
   pointer_default(unique)
index d5f2fc21816501262a639b80da420538eaf54e12..8cc409454f7c5bc4f1fa1e7233649ff6f30e726e 100644 (file)
@@ -5,7 +5,7 @@
 */
 
 [
-  uuid(afa8bd80-7d8a-11c9-bef4-08002b102989), 
+  uuid("afa8bd80-7d8a-11c9-bef4-08002b102989"), 
   version(1.0),
   helpstring("DCE/RPC Remote Management")
 ] 
index 7890fccbac09e7e30dbb7e3dc87dd03d09ddac8d..956f1524d6830f9e64e17883fc5844ddad69f1a1 100644 (file)
@@ -1,7 +1,7 @@
 /* Works over UDP */
 
 [
-       uuid(17fdd703-1827-4e34-79d4-24a55c53bb37),
+       uuid("17fdd703-1827-4e34-79d4-24a55c53bb37"),
        version(1.0),
        helpstring("Messaging Service")
 ] interface msgsvc
@@ -13,7 +13,7 @@
 }
 
 [
-       uuid(5a7b91f8-ff00-11d0-a9b2-00c04fb6e6fc),
+       uuid("5a7b91f8-ff00-11d0-a9b2-00c04fb6e6fc"),
        version(1.0)
 ] interface msgsvcsend
 {
index 9e0c3c4576c3ccb99bc88f0a509046efb0cd377e..686741c8cdc16f74cbd6a5d6cae4b4453e70785a 100644 (file)
@@ -7,7 +7,7 @@
 #include "idl_types.h"
 
 [
-  uuid(12345678-1234-abcd-ef00-01234567cffb),
+  uuid("12345678-1234-abcd-ef00-01234567cffb"),
   version(1.0),
   endpoint("ncacn_np:[\\pipe\\netlogon]","ncacn_ip_tcp:"),
   pointer_default(unique)
index 9b39bf399cfa52740ca3debf9a539dbee7f84d43..05ba68e727a751efcf1a28a3522e3f839bfcab53 100644 (file)
@@ -3,7 +3,7 @@
 */
 
 [
-  uuid(8d9f4e40-a03d-11ce-8f69-08003e30051b),
+  uuid("8d9f4e40-a03d-11ce-8f69-08003e30051b"),
   version(1.0),
   helpstring("Plug and Play services")
 ]
index 5627c89f9e0b3dbbccc027f9bbea219d4630d94a..d8ec3f56daa7cbcc1a3b5fc4daec9659741cd15a 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 [ 
-       uuid(99fcfec4-5260-101b-bbcb-00aa0021347a),
+       uuid("99fcfec4-5260-101b-bbcb-00aa0021347a"),
        helpstring("Object Exporter ID Resolver"),
        endpoint("ncacn_np:[\\pipe\\epmapper]", "ncacn_ip_tcp:[135]", "ncalrpc:"),
        pointer_default(unique)
index 0278ab6d4efe3993ecea929969a9decb7fe5dde3..fbd15a552a6c173e712c23b2d0a4c3d6de2b92a1 100644 (file)
@@ -1,7 +1,7 @@
 
 /* IPSec policy agent (Win2k) */
 [
-       uuid(d335b8f6-cb31-11d0-b0f9-006097ba4e54),
+       uuid("d335b8f6-cb31-11d0-b0f9-006097ba4e54"),
        version(1.5),
        helpstring("IPSec Policy Agent")
 ] interface policyagent
index 4391c8908162fa4c20bd67a37525effa5d7941ea..1a95d5095706219ccb25f07128d86fb3dc6b29a2 100644 (file)
@@ -5,7 +5,7 @@
   Also seen with UUID: c9378ff1-16f7-11d0-a0b2-00aa0061426a ver 1.0 
 */
 
-[ uuid(e3514235-4b06-11d1-ab04-00c04fc2dcd2),
+[ uuid("e3514235-4b06-11d1-ab04-00c04fc2dcd2"),
   version(4.0),
   pointer_default(unique)
 ] interface protected_storage
index 756f9a45be30f3aedaa0598b77afa839fcaa77e2..1756ed3c8be0262af97107c97ac0370739c3028f 100644 (file)
@@ -9,7 +9,7 @@
 #define HRESULT uint32
 
 [
-       uuid(4d9f4ab8-7d1c-11cf-861e-0020af6e7c57),
+       uuid("4d9f4ab8-7d1c-11cf-861e-0020af6e7c57"),
        pointer_default(unique)
 ]
 interface IRemoteActivation
index 43880831f5f1fa73aab5c26c8a424d430b33fe97..0a6f53ff78e7e8d916ab9ce820b90147ea3fc058 100644 (file)
@@ -8,7 +8,7 @@
   Thanks to Todd Sabin for some information from his samr.idl in acltools
 */
 
-[ uuid(12345778-1234-abcd-ef00-0123456789ac),
+[ uuid("12345778-1234-abcd-ef00-0123456789ac"),
   version(1.0),
   endpoint("ncacn_np:[\\pipe\\samr]","ncacn_ip_tcp:", "ncalrpc:"),
   pointer_default(unique)
index c147d8387bfa34f37e00745c6e7c9e4d80cac5d6..91373a668527a45784063531bbb98b55ffaabfa3 100644 (file)
@@ -3,7 +3,7 @@
 */
 
 [
-  uuid(93149ca2-973b-11d1-8c39-00c04fb984f9),
+  uuid("93149ca2-973b-11d1-8c39-00c04fb984f9"),
   version(0.0),
   helpstring("Security Configuration Editor")
 ]
index f8e76acd9889eb95d1ace9ca18769d7117c7bea4..a22c39e64df477a659f3eb433f7f3ebe67bf52d9 100644 (file)
@@ -4,7 +4,7 @@
   spoolss interface definitions
 */
 
-[ uuid(12345678-1234-abcd-ef00-0123456789ab),
+[ uuid("12345678-1234-abcd-ef00-0123456789ab"),
   version(1.0),
   endpoint("ncacn_np:[\\pipe\\spoolss]"),
   pointer_default(unique),
index 32c7b47a167a66c256e33ff228b4dafd2eb7cd22..02e3dd6578c76d4e3bc467be529cb42f4a657d98 100644 (file)
@@ -4,7 +4,7 @@
   srvsvc interface definitions
 */
 
-[ uuid(4b324fc8-1670-01d3-1278-5a47bf6ee188),
+[ uuid("4b324fc8-1670-01d3-1278-5a47bf6ee188"),
   version(3.0),
   pointer_default(unique),
   helpstring("Server Service")
index 7ea1fee116a3e40e8dcc3e0b453ff4b2284e3979..5003d407f1015e2443a9cf0d51d55db43c5c9b77 100644 (file)
@@ -4,7 +4,7 @@
   svcctl interface definitions
 */
 
-[ uuid(367abb81-9844-35f1-ad32-98f038001003),
+[ uuid("367abb81-9844-35f1-ad32-98f038001003"),
   version(2.0),
   pointer_default(unique),
   endpoint("ncacn_np:[\\pipe\\svcctl]", "ncalrpc:"),
index ce916b47d29325f22b05dcaafa38cfac45576635..4b3fafe723ba9306688af4350dee15468ae6d315 100644 (file)
@@ -3,7 +3,7 @@
 */
 
 [
-       uuid(300f3532-38cc-11d0-a3f0-0020af6b0add),
+       uuid("300f3532-38cc-11d0-a3f0-0020af6b0add"),
        version(1.2),
        helpstring("Distributed Key Tracking Service")
 ]
index 3ba1bc1ed1f0fefe23664ee2c2be4b64565352e6..bdf4b5d1181b49de6e688c69ffd46a7d345e3a7b 100644 (file)
@@ -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")
index c90879f2788cbe33729d9821d29cb5b33a6f2f18..05c0a3eaae0ad5430ba2bffc01fb076c9ed19b31 100644 (file)
@@ -4,7 +4,7 @@
   winreg interface definition
 */
 
-[ uuid(338cd001-2244-31f1-aaaa-900038001003),
+[ uuid("338cd001-2244-31f1-aaaa-900038001003"),
   version(1.0),
   endpoint("ncacn_np:[\\pipe\\winreg]","ncacn_ip_tcp:","ncalrpc:"),
   pointer_default(unique),
index 72e1a5751172fd45ce0b97b13b6bdd32e5a04927..dc98cf425904ec36fa53ae633939f2d19d4d34ce 100644 (file)
@@ -1,5 +1,5 @@
 [
-       uuid(45f52c28-7f9f-101a-b52b-08002b2efabe),
+       uuid("45f52c28-7f9f-101a-b52b-08002b2efabe"),
        version(1.0),
        helpstring("Server-to-Server WINS")
 ] interface WinsPipe
index e967dcecb23c7ac14d3105670e8f396f15a6eb70..a9153e6f882157f97bdb560515c0f9e63554173e 100644 (file)
@@ -4,7 +4,7 @@
   wkssvc interface definitions
 */
 
-[ uuid(6bffd098-a112-3610-9833-46c3f87e345a),
+[ uuid("6bffd098-a112-3610-9833-46c3f87e345a"),
   version(1.0),
   pointer_default(unique),
   helpstring("Workstation Service")
index cf06425aaf32e5f5b2a8d4b99685d9968f9ee32d..04023547bfb5e8a2f0776488280aa4c05ca33d47 100644 (file)
@@ -3,7 +3,7 @@
 */
 
 [
-  uuid(378e52b0-c0a9-11cf-822d-00aa0051e40f),
+  uuid("378e52b0-c0a9-11cf-822d-00aa0051e40f"),
   version(1.0),
   helpstring("Wireless Configuration Service")
 ]