summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
92568b1)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43318
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
unsigned int i;
for ( i = 0; i < nfds; i++ )
{
unsigned int i;
for ( i = 0; i < nfds; i++ )
{
- wxASSERT_MSG( ufds[i].fd < wxFD_SETSIZE, _T("fd out of range") );
+ wxASSERT_MSG( ufds[i].fd < FD_SETSIZE, _T("fd out of range") );
if ( ufds[i].events & G_IO_IN )
wxFD_SET(ufds[i].fd, &readfds);
if ( ufds[i].events & G_IO_IN )
wxFD_SET(ufds[i].fd, &readfds);
unsigned int i;
for ( i = 0; i < nfds; i++ )
{
unsigned int i;
for ( i = 0; i < nfds; i++ )
{
- wxASSERT_MSG( ufds[i].fd < wxFD_SETSIZE, _T("fd out of range") );
+ wxASSERT_MSG( ufds[i].fd < FD_SETSIZE, _T("fd out of range") );
if ( ufds[i].events & G_IO_IN )
wxFD_SET(ufds[i].fd, &readfds);
if ( ufds[i].events & G_IO_IN )
wxFD_SET(ufds[i].fd, &readfds);