From 791fbde496d37dc9339fb364c8ab704f02a03ce7 Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Mon, 13 Sep 2021 13:56:30 +0900 Subject: [PATCH] [SDK][INCLUDE] Remove period (.) from comment 'Non SDK DCE types.' in undocuser.h --- sdk/include/reactos/undocuser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/include/reactos/undocuser.h b/sdk/include/reactos/undocuser.h index 8a409c04059..45a34afab7b 100644 --- a/sdk/include/reactos/undocuser.h +++ b/sdk/include/reactos/undocuser.h @@ -96,7 +96,7 @@ extern "C" { #define IMS_SENDNOTIFICATION 0x1F #define IMS_FINALIZE_COMPSTR 0x20 -/* Non SDK DCE types.*/ +/* Non SDK DCE types */ #define DCX_USESTYLE 0x00010000 #define DCX_KEEPCLIPRGN 0x00040000 #define DCX_KEEPLAYOUT 0x40000000 -- 2.17.1