sockets require stopwatch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1645,5 +1645,14 @@
|
||||
# endif
|
||||
#endif /* wxUSE_XRC */
|
||||
|
||||
#if wxUSE_SOCKETS && !wxUSE_STOPWATCH
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_SOCKETS requires wxUSE_STOPWATCH"
|
||||
# else
|
||||
# undef wxUSE_SOCKETS
|
||||
# define wxUSE_SOCKETS 0
|
||||
# endif
|
||||
#endif /* wxUSE_SOCKETS */
|
||||
|
||||
#endif /* wxUSE_GUI */
|
||||
|
||||
|
Reference in New Issue
Block a user