https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4fe4a5788928fb408500d54d0caacd6d0d7a6924

commit 4fe4a5788928fb408500d54d0caacd6d0d7a6924
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sat Jan 29 00:14:17 2022 +0100
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Sun Jan 30 01:02:12 2022 +0100

    [PSDK] commctrl.h: Add missing 'U' unsigned indicators.
---
 sdk/include/psdk/commctrl.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sdk/include/psdk/commctrl.h b/sdk/include/psdk/commctrl.h
index 845fd3061cb..8647947ab04 100644
--- a/sdk/include/psdk/commctrl.h
+++ b/sdk/include/psdk/commctrl.h
@@ -222,8 +222,8 @@ extern "C" {
 #define TBN_FIRST (0U-700U)
 #define TBN_LAST (0U-720U)
 
-#define UDN_FIRST (0U-721)
-#define UDN_LAST (0U-740)
+#define UDN_FIRST (0U-721U)
+#define UDN_LAST (0U-740U)
 
 #define MCN_FIRST (0U-750U)
 #define MCN_LAST (0U-759U)

Reply via email to