Commit d43bde4ca44e928a1e87cd5ee492a94bc2e749a6
1 parent
3f48f0aa
Exists in
master
and in
5 other branches
Ajustando SDK
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
src/include/lib3270.h
| @@ -54,6 +54,12 @@ | @@ -54,6 +54,12 @@ | ||
| 54 | #define LIB3270_BIND_PLU_NAME_MAX 8 | 54 | #define LIB3270_BIND_PLU_NAME_MAX 8 |
| 55 | 55 | ||
| 56 | /** | 56 | /** |
| 57 | + * Maximum size for LUNAME | ||
| 58 | + * | ||
| 59 | + */ | ||
| 60 | + #define LIB3270_LUNAME_LENGTH 16 | ||
| 61 | + | ||
| 62 | + /** | ||
| 57 | * Character attributes | 63 | * Character attributes |
| 58 | */ | 64 | */ |
| 59 | typedef enum _lib3270_attr | 65 | typedef enum _lib3270_attr |
src/lib3270/private.h
| @@ -239,7 +239,6 @@ struct lib3270_text | @@ -239,7 +239,6 @@ struct lib3270_text | ||
| 239 | #define LIB3270_DEFAULT_CGEN 0x02b90000 | 239 | #define LIB3270_DEFAULT_CGEN 0x02b90000 |
| 240 | #define LIB3270_DEFAULT_CSET 0x00000025 | 240 | #define LIB3270_DEFAULT_CSET 0x00000025 |
| 241 | 241 | ||
| 242 | -#define LIB3270_LUNAME_LENGTH 16 | ||
| 243 | #define LIB3270_FULL_MODEL_NAME_LENGTH 13 | 242 | #define LIB3270_FULL_MODEL_NAME_LENGTH 13 |
| 244 | #define LIB3270_LU_MAX 32 | 243 | #define LIB3270_LU_MAX 32 |
| 245 | 244 |