April 8, 2026
2:02 p.m.
On Wed Apr 8 17:19:03 2026 +0000, Tim Clem wrote:
Oh, looks like it's supposed to be min 21 and max 130: https://learn.microsoft.com/en-us/windows/win32/appxpkg/identity-constants Updated with your feedback:
- Fixed APPLICATION_USER_MODEL_ID_MAX_LENGTH to 130 and MIN_LENGTH to 21 - Added all other identity constants from the same page to appmodel.h - Max length check now uses \>= 130 (string length including NULL terminator) - Dropped empty string rejection since native does not enforce minimum length - Fixed code quality probleme -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10565#note_135534