]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/gsocket.cpp
Take basic style into account when applying style sheet
[wxWidgets.git] / src / unix / gsocket.cpp
index d424f1dad1cb680d092bd648b6acaf7dd09794de..8bcb88fb0a1173f712d6210484f0bfd320720ac7 100644 (file)
@@ -872,8 +872,10 @@ void GSocket::Notify(bool flag)
 {
     if (flag == m_use_events)
         return;
+#if wxUSE_THREADS
     // it is not safe to attach or detach i/o descriptor in child thread
     wxASSERT_MSG( wxThread::IsMain(), "should be called in main thread only" );
+#endif
     m_use_events = flag;
     EnableEvents(flag);
 }