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,6 +38,10 @@
38 #include <syslog.h> 38 #include <syslog.h>
39 #endif // HAVE_SYSLOG 39 #endif // HAVE_SYSLOG
40 40
  41 + #ifndef ETIMEDOUT
  42 + #define ETIMEDOUT 1238
  43 + #endif // !ETIMEDOUT
  44 +
41 /*--[ Implement ]--------------------------------------------------------------------------------------------------*/ 45 /*--[ Implement ]--------------------------------------------------------------------------------------------------*/
42 46
43 namespace PW3270_NAMESPACE 47 namespace PW3270_NAMESPACE