Commit f06eec2e35b037d53df2227a83c22cabdbebca76
1 parent
2ec22989
Exists in
master
and in
5 other branches
Fixing windows builds.
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/libpw3270cpp/session.cc
... | ... | @@ -27,6 +27,7 @@ |
27 | 27 | * |
28 | 28 | */ |
29 | 29 | |
30 | + #include <config.h> | |
30 | 31 | #include <stdarg.h> |
31 | 32 | #include <stdio.h> |
32 | 33 | #include <string.h> |
... | ... | @@ -250,10 +251,8 @@ |
250 | 251 | |
251 | 252 | #else |
252 | 253 | |
253 | - #error aqui | |
254 | 254 | throw exception("%s",strerror(ENOSUP)); |
255 | 255 | |
256 | - | |
257 | 256 | #endif |
258 | 257 | |
259 | 258 | } | ... | ... |