[CMAKE]
[reactos.git] / ntoskrnl / lpc / port.c
index adea907..77517de 100644 (file)
@@ -33,6 +33,7 @@ static GENERIC_MAPPING LpcpPortMapping =
 
 BOOLEAN
 NTAPI
+INIT_FUNCTION
 LpcInitSystem(VOID)
 {
     OBJECT_TYPE_INITIALIZER ObjectTypeInitializer;
@@ -65,7 +66,7 @@ LpcInitSystem(VOID)
                                    NULL,
                                    0,
                                    LpcpMaxMessageSize,
-                                   TAG('L', 'p', 'c', 'M'),
+                                   'McpL',
                                    32);
 
     /* We're done */