created WHY2_MAX_USERNAME_LENGTH flag

This commit is contained in:
Václav Šmejkal 2024-01-27 17:45:29 +01:00
parent de449bd88a
commit e42632db6a
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

@ -35,6 +35,8 @@ extern "C" {
#define WHY2_INVALID_POINTER (void*) 0xffffffffffffffff
#define WHY2_MAX_USERNAME_LENGTH 20 //MAXIMAL USERNAME LENGTH
#ifdef __cplusplus
}
#endif