projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed doubled-up key effects in wxTextCtrl by resetting m_lastMsg to 0
[wxWidgets.git]
/
src
/
common
/
url.cpp
diff --git
a/src/common/url.cpp
b/src/common/url.cpp
index 8c7ddb27d2dd2775ee970f2c46221db264c75f24..9c012d1602049c2057f1105619c0d715d44fbb43 100644
(file)
--- a/
src/common/url.cpp
+++ b/
src/common/url.cpp
@@
-20,6
+20,8
@@
#pragma hdrstop
#endif
+#if wxUSE_SOCKETS
+
#ifndef WX_PRECOMP
#endif
@@
-313,3
+315,6
@@
void wxURL::SetProxy(const wxString& url_proxy)
m_protoname = "proxy";
m_path = url_proxy;
}
+
+#endif
+ // wxUSE_SOCKETS