Commit 790554dc40a2dee5dade0d13d6d01d6786b3566d

Authored by perry.werneck@gmail.com
1 parent a0aaacff

Corrigindo empacotamento windows

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
src/classlib/session.cc
... ... @@ -38,6 +38,10 @@
38 38 #include <syslog.h>
39 39 #endif // HAVE_SYSLOG
40 40  
  41 + #ifndef ETIMEDOUT
  42 + #define ETIMEDOUT 1238
  43 + #endif // !ETIMEDOUT
  44 +
41 45 /*--[ Implement ]--------------------------------------------------------------------------------------------------*/
42 46  
43 47 namespace PW3270_NAMESPACE
... ...