oportunistic mingw fix

This commit is contained in:
Arvid Norberg
2009-06-30 23:03:54 +00:00
parent 79bc0070db
commit db165942a7
3 changed files with 7 additions and 5 deletions

View File

@@ -111,7 +111,7 @@ namespace
}
#endif
#ifdef _WIN32
#ifdef TORRENT_WINDOWS
// for ERROR_SEM_TIMEOUT
#include <winerror.h>
#endif