Commit 30b7aec4871e9e66896c2b2c251f55446a4a5fc7

Authored by perry.werneck@gmail.com
1 parent c2303c71
Exists in master and in 1 other branch develop

Ajustando biblioteca para geração da jni android

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
@@ -1059,11 +1059,13 @@ void v3270_update_oia(H3270 *session, LIB3270_FLAG id, unsigned char on) @@ -1059,11 +1059,13 @@ void v3270_update_oia(H3270 *session, LIB3270_FLAG id, unsigned char on)
1059 update_text_field(terminal,on,V3270_OIA_TYPEAHEAD,"T"); 1059 update_text_field(terminal,on,V3270_OIA_TYPEAHEAD,"T");
1060 break; 1060 break;
1061 1061
  1062 +/*
1062 #if defined(LIB3270_FLAG_PRINTER) && defined(X3270_PRINTER) 1063 #if defined(LIB3270_FLAG_PRINTER) && defined(X3270_PRINTER)
1063 case LIB3270_FLAG_PRINTER: 1064 case LIB3270_FLAG_PRINTER:
1064 update_text_field(terminal,on,V3270_OIA_PRINTER,"P"); 1065 update_text_field(terminal,on,V3270_OIA_PRINTER,"P");
1065 break; 1066 break;
1066 #endif // LIB3270_FLAG_PRINTER 1067 #endif // LIB3270_FLAG_PRINTER
  1068 +*/
1067 1069
1068 default: 1070 default:
1069 return; 1071 return;