From abb000b51a24500a575461e4a8707a326a232833 Mon Sep 17 00:00:00 2001 From: Rajkumar Janakiraman Date: Thu, 2 Jun 2016 12:10:13 -0700 Subject: Fixing GUID_NULL. (#5415) --- src/palrt/guid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/palrt') diff --git a/src/palrt/guid.cpp b/src/palrt/guid.cpp index fcc54e216d..bd782c8502 100644 --- a/src/palrt/guid.cpp +++ b/src/palrt/guid.cpp @@ -16,7 +16,7 @@ // These are GUIDs and IIDs that would normally be provided by the system via uuid.lib, // and that the PALRT exposes through headers. -DEFINE_GUID(GUID_NULL, 0x00000000, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00); +DEFINE_GUID(GUID_NULL, 0x00000000, 0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00); DEFINE_GUID(IID_IUnknown, 0x00000000, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46); DEFINE_GUID(IID_IClassFactory, 0x00000001, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46); -- cgit v1.2.3