Commit 039767d56a0902f310d0830c45f6d3f367cff90c
1 parent
4e4edee7
Exists in
master
and in
1 other branch
Building with msvc.
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
client/src/session/local/init.cc
... | ... | @@ -66,7 +66,11 @@ |
66 | 66 | this->hSession = lib3270_session_new(""); |
67 | 67 | |
68 | 68 | lib3270_set_user_data(this->hSession,(void *) this); |
69 | + | |
70 | +#ifdef HAVE_ICONV | |
69 | 71 | setCharSet(); |
72 | +#endif // HAVE_ICONV | |
73 | + | |
70 | 74 | lib3270_set_popup_handler(this->hSession, popupHandler); |
71 | 75 | |
72 | 76 | // Setup callbacks | ... | ... |