projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
fc9ef62
)
compilation fix
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Fri, 12 Mar 1999 19:38:12 +0000
(19:38 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Fri, 12 Mar 1999 19:38:12 +0000
(19:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1916
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/socket.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/socket.cpp
b/src/common/socket.cpp
index fab44bbb46485580dcaa080adafce0a3500e6580..3170622f400f39ef9fc4b62559ceffa9358f0b1d 100644
(file)
--- a/
src/common/socket.cpp
+++ b/
src/common/socket.cpp
@@
-539,7
+539,7
@@
void wxSocketBase::Discard()
#if wxHAVE_GLIBC2
typedef socklen_t SOCKLEN_T;
#else
#if wxHAVE_GLIBC2
typedef socklen_t SOCKLEN_T;
#else
- typedef int SOCKET_
IN
T;
+ typedef int SOCKET_T;
#endif
#endif // SOCKLEN_T
#endif
#endif // SOCKLEN_T