- Start deprecating TAG()
[reactos.git] / reactos / drivers / video / videoprt / videoprt.c
index 3d14c85..093469a 100644 (file)
@@ -666,7 +666,7 @@ VideoPortInitialize(
             ExAllocatePoolWithTag(
                PagedPool,
                DriverExtension->RegistryPath.MaximumLength,
-               TAG('U', 'S', 'T', 'R'));
+               'RTSU');
          if (DriverExtension->RegistryPath.Buffer == NULL)
          {
             RtlInitUnicodeString(&DriverExtension->RegistryPath, NULL);