mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
[PSDK] commctrl.h: Add missing 'U' unsigned indicators.
This commit is contained in:
parent
38f6fd9df7
commit
4fe4a57889
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue