Skip to content

Commit

Permalink
fix win32 compile
Browse files Browse the repository at this point in the history
  • Loading branch information
abma committed Sep 25, 2017
1 parent a27256b commit 86b353c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ class wxCriticalSection;

#ifdef SSL_SUPPORT
#include <openssl/ssl.h>

//win compile hack
#ifdef GetUserName
#undef GetUserName
#endif
#endif

enum SockState {
Expand Down

0 comments on commit 86b353c

Please sign in to comment.