blob: b0137da37628e0d00212bb9586824abd89041f85 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- pgadmin/utils/sshTunnel.cpp.orig 2016-02-08 10:25:13 UTC
+++ pgadmin/utils/sshTunnel.cpp
@@ -19,7 +19,9 @@
#include "utils/sshTunnel.h"
#include "frm/frmMain.h"
+#ifdef WIN32
#pragma comment (lib, "Ws2_32.lib")
+#endif
typedef const char *(*inet_ntop_t) (int af, const void *src, char *dst, socklen_t size);
|